Change private properties to protected
This commit is contained in:
@@ -23,10 +23,10 @@ abstract class OAuthUserProvider implements UserProviderInterface
|
||||
/**
|
||||
* User properties
|
||||
*
|
||||
* @access private
|
||||
* @access protected
|
||||
* @var array
|
||||
*/
|
||||
private $user = array();
|
||||
protected $user = array();
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
|
||||
Reference in New Issue
Block a user