-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DI] Sometimes, "class FQCN as service IDs" doesn't work #22851
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
Labels
Comments
That's "on purpose": class<>id automapping is only for namespaced classes. |
Is there a technical limitation that forces us to do this ... or was it a decision? Thanks! |
Thanks for the info. Let's close this as "won't fix" then. I've opened an issue in the Docs to ensure that this is explained somewhere: symfony/symfony-docs#7935 Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In symfony/demo#562 we're updating the Symfony Demo app to 3.3.0 RC1 and all the new DI features. During the upgrade, @weaverryan suggested to use this config for the Twig Intl extension:
When I did that, I saw this error:
I needed to use this old config to make it work again:
Ryan seemed very convinced that this should work. So, my question: is this a bug or just an unsupported feature? Thanks!
The text was updated successfully, but these errors were encountered: