We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When running e.g. symfony console make:factory, the error message is missing the command name:
symfony console make:factory
[ERROR] To run "" you need the "MakerBundle" which is currently not installed. Try running "composer require symfony/maker-bundle --dev".
It's because the stub command uses static::$defaultName which is not defined anymore.
static::$defaultName
The text was updated successfully, but these errors were encountered:
StubCommand
Thanks for the report - should be fixed in #485.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
When running e.g.
symfony console make:factory
, the error message is missing the command name:It's because the stub command uses
static::$defaultName
which is not defined anymore.The text was updated successfully, but these errors were encountered: