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
Closing as fixed. We updated all controller examples to always extend from AbstractController and to never show the $this->get() shortcut. We even mention explicitly in some articles that you must inject services because controllers extending from AbstractController don't have access to the service container.
symfony/symfony#27462
The text was updated successfully, but these errors were encountered: