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 usages of the UserInterface #3039

Closed stof closed 2 years ago

stof commented 2 years ago

This avoids calling methods that don't exist in our UserInterface

Closes #3028