FriendsOfSymfony / FOSUserBundle

Provides user management for your Symfony project. Compatible with Doctrine ORM & ODM, and custom storages.
https://symfony.com/doc/master/bundles/FOSUserBundle/index.html
MIT License
3.25k stars 1.57k forks source link

Fix the wiring of controllers #3044

Closed stof closed 1 year ago

stof commented 1 year ago

Controllers extending AbstractController must be wired as service subscribers. They should not get the main container injected in them.