Skip to content
New issue

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

Stub maker commands: missing command name in error #484

Closed
jmsche opened this issue Aug 1, 2023 · 1 comment · Fixed by #485
Closed

Stub maker commands: missing command name in error #484

jmsche opened this issue Aug 1, 2023 · 1 comment · Fixed by #485

Comments

@jmsche
Copy link
Contributor

jmsche commented Aug 1, 2023

Hi,

When running e.g. symfony console make:factory, the error message is missing the command name:

 [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.

@kbond
Copy link
Member

kbond commented Aug 1, 2023

Thanks for the report - should be fixed in #485.

@kbond kbond closed this as completed in #485 Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants