Change private properties to protected
This commit is contained in:
@@ -15,10 +15,10 @@ class Client
|
||||
/**
|
||||
* LDAP resource
|
||||
*
|
||||
* @access private
|
||||
* @access protected
|
||||
* @var resource
|
||||
*/
|
||||
private $ldap;
|
||||
protected $ldap;
|
||||
|
||||
/**
|
||||
* Establish LDAP connection
|
||||
|
||||
Reference in New Issue
Block a user