File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 55 and ` writeNextStepsMessage() ` were removed and ` generate() ` was added
66 in their place. We recommend extending ` AbstractMaker ` instead of implementing
77 the interface directly, and use ` $this->writeSuccessMessage() ` to get
8- the normal "success" message after the command.
8+ the normal "success" message after the command #120 via @weaverryan
9+
10+ * Added new ` make:migration ` command, which wraps the normal
11+ ` doctrine:migrations:diff ` command #97 via @weaverryan
12+
13+ * Added new ` make:fixtures ` command to generate an empty fixtures class
14+ #105 via @javiereguiluz
15+
16+ * Added PHPDoc to generated entity repositories so that your IDE knows
17+ what type of objects are returned #116 @enleur
18+
19+ * Allowed generation of all classes into sub-namespaces #120 via @weaverryan
You can’t perform that action at this time.
0 commit comments