Skip to content

[maker:controller] Fix invokable -i conflict with APP_ID -i#1761

Merged
GromNaN merged 1 commit into
symfony:1.xfrom
ayyoub-afwallah:fix/make-controller-remove-short-invokable-option
Mar 18, 2026
Merged

[maker:controller] Fix invokable -i conflict with APP_ID -i#1761
GromNaN merged 1 commit into
symfony:1.xfrom
ayyoub-afwallah:fix/make-controller-remove-short-invokable-option

Conversation

@ayyoub-afwallah
Copy link
Copy Markdown
Contributor

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

@GromNaN GromNaN force-pushed the fix/make-controller-remove-short-invokable-option branch from 11da2f9 to edc0747 Compare March 18, 2026 11:24
@GromNaN
Copy link
Copy Markdown
Member

GromNaN commented Mar 18, 2026

Thank you @ayyoub-afwallah.

@GromNaN GromNaN merged commit d448e02 into symfony:1.x Mar 18, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants