diff options
Diffstat (limited to 'app/Core/Ldap/Client.php')
-rw-r--r-- | app/Core/Ldap/Client.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Core/Ldap/Client.php b/app/Core/Ldap/Client.php index 5d481cd3..63149ae3 100644 --- a/app/Core/Ldap/Client.php +++ b/app/Core/Ldap/Client.php @@ -15,10 +15,10 @@ class Client /** * LDAP resource * - * @access private + * @access protected * @var resource */ - private $ldap; + protected $ldap; /** * Establish LDAP connection |