Commit 478023c
Missing --no-interaction flag?
Running
php app/console doctrine:generate:entity --entity="AppBundle:Category" --fields="name:string(255)"
does not automatically generate the entity. Needs the --no-interaction flag setting.1 parent ac38b0c commit 478023c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
907 | | - | |
| 907 | + | |
908 | 908 | | |
909 | 909 | | |
910 | 910 | | |
| |||
0 commit comments