From 22568325c957f941ccb12751960fe99176ab0643 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 5 Jan 2016 21:23:19 -0500 Subject: Change Auth classes properties to be protected --- app/Auth/RememberMeAuth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/Auth/RememberMeAuth.php') diff --git a/app/Auth/RememberMeAuth.php b/app/Auth/RememberMeAuth.php index 5a0e48ec..509a511d 100644 --- a/app/Auth/RememberMeAuth.php +++ b/app/Auth/RememberMeAuth.php @@ -17,10 +17,10 @@ class RememberMeAuth extends Base implements PreAuthenticationProviderInterface /** * User properties * - * @access private + * @access protected * @var array */ - private $userInfo = array(); + protected $userInfo = array(); /** * Get authentication provider name -- cgit v1.2.3