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
* 7.4:
[DoctrineBridge] Make `EntityUserProvider`s pass attributes to their loader
[WebProfilerBundle][HttpKernel] Display runner class in the profiler toolbar
@@ -57,7 +58,11 @@ public function loadUserByIdentifier(string $identifier): UserInterface
57
58
thrownew \InvalidArgumentException(\sprintf('You must either make the "%s" entity Doctrine Repository ("%s") implement "Symfony\Bridge\Doctrine\Security\User\UserLoaderInterface" or set the "property" option in the corresponding entity provider configuration.', $this->classOrAlias, get_debug_type($repository)));
0 commit comments