You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As explained in symfony/symfony#22851, you can't always use FQCN as service IDs. Specifically, classes that don't use namespaces won't work (e.g. anything related to Twig).
Although the error message is clear, let's make sure that we mention this limitation somewhere.