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
Hey,
the commands don't work anymore due to removal of the Dialog helper:
bin/console gettext:bundle:extract [Symfony\Component\Console\Exception\InvalidArgumentException] The helper "dialog" is not defined.
bin/console gettext:bundle:extract
[Symfony\Component\Console\Exception\InvalidArgumentException] The helper "dialog" is not defined.
"The Dialog Helper was deprecated in Symfony 2.5 and removed in Symfony 3.0. You should now use the Question Helper instead, which is simpler to use."
Cheers Matthias
The text was updated successfully, but these errors were encountered:
Any updates on this issue?
Sorry, something went wrong.
@althaus @ivorobioff solution is here: sonata-project/SonataAdminBundle#4339
No branches or pull requests
Hey,
the commands don't work anymore due to removal of the Dialog helper:
"The Dialog Helper was deprecated in Symfony 2.5 and removed in Symfony 3.0. You should now use the Question Helper instead, which is simpler to use."
Cheers
Matthias
The text was updated successfully, but these errors were encountered: