diff options
Diffstat (limited to 'Core/Role/SwitchUserRole.php')
-rw-r--r-- | Core/Role/SwitchUserRole.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Role/SwitchUserRole.php b/Core/Role/SwitchUserRole.php index 1305841..c679584 100644 --- a/Core/Role/SwitchUserRole.php +++ b/Core/Role/SwitchUserRole.php @@ -21,7 +21,7 @@ use Symfony\Component\Security\Core\Authentication\Token\TokenInterface; */ class SwitchUserRole extends Role { - protected $source; + private $source; /** * Constructor. |