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, The *.class parameters was removed from symfony. symfony/framework-bundle@3777050
because of that the example related to overriding the translator class not working anymore in symfony3.
# app/config/config.yml parameters: translator.class: Acme\HelloBundle\Translation\Translator
http://symfony.com/doc/current/bundles/override.html
The text was updated successfully, but these errors were encountered:
Thanks for reporting this mistake @gehadibtikar. Luckily, this will be fixed when we merge #7090.
Sorry, something went wrong.
.class
No branches or pull requests
Hi,
The *.class parameters was removed from symfony.
symfony/framework-bundle@3777050
because of that the example related to overriding the translator class not working anymore in symfony3.
http://symfony.com/doc/current/bundles/override.html
The text was updated successfully, but these errors were encountered: