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
BREAKING CHANGE: the User class no longer implements Symfony's
AdvancedUserInterface which was removed in Symfony 5. Instead of using
the methods of the removed interface, integrators should implement User
and Account checks in UserCheckers. The LegacyAdvancedUserInterface is
available as a last resort.
0 commit comments