Commit d448e02
committed
This PR was merged into the 1.x branch.
Discussion
----------
[maker:controller] Fix invokable `-i` conflict with APP_ID `-i`
Fixs #1738
Unability to generate an app-specific controller
`php bin/console make:controller test -iapi`
> [critical] Error thrown while running command "make:controller test -iapi". Message: "The "-a" option does not exist."
` php bin/console make:controller test -i -iapi`
> [critical] Error thrown while running command "make:controller test -i -iapi". Message: "The "-a" option does not exist."
I think we are better off without this short param
Commits
-------
edc0747 [maker:controller] Fix invokable `-i` conflict with APP_ID `-i`
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments