summaryrefslogtreecommitdiff
path: root/app/Auth/DatabaseAuth.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Auth/DatabaseAuth.php')
-rw-r--r--app/Auth/DatabaseAuth.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/app/Auth/DatabaseAuth.php b/app/Auth/DatabaseAuth.php
index 69260fe7..5a8ee64d 100644
--- a/app/Auth/DatabaseAuth.php
+++ b/app/Auth/DatabaseAuth.php
@@ -19,26 +19,26 @@ class DatabaseAuth extends Base implements PasswordAuthenticationProviderInterfa
/**
* User properties
*
- * @access private
+ * @access protected
* @var array
*/
- private $userInfo = array();
+ protected $userInfo = array();
/**
* Username
*
- * @access private
+ * @access protected
* @var string
*/
- private $username = '';
+ protected $username = '';
/**
* Password
*
- * @access private
+ * @access protected
* @var string
*/
- private $password = '';
+ protected $password = '';
/**
* Get authentication provider name