summaryrefslogtreecommitdiff
path: root/app/Auth/RememberMeAuth.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-01-05 21:23:19 -0500
committerFrederic Guillot <fred@kanboard.net>2016-01-05 21:23:19 -0500
commit22568325c957f941ccb12751960fe99176ab0643 (patch)
tree234b37a4443f25b59f846318b0f475d887293505 /app/Auth/RememberMeAuth.php
parent023e0b7d5358ba4b33d198e8cd9e533a47bd3619 (diff)
Change Auth classes properties to be protected
Diffstat (limited to 'app/Auth/RememberMeAuth.php')
-rw-r--r--app/Auth/RememberMeAuth.php4
1 files changed, 2 insertions, 2 deletions
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