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
I've updated the "How to load Security Users from the Database" cookbook to include fix this error:
PHP Fatal error: Call to a member function getRole() on a non-object in /vendor/symfony/symfony/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php on line 47
which is happening in PHP > 5.4.
The fix is taken by this issue: symfony/symfony#3691 (comment)
0 commit comments