]> BookStack Code Mirror - bookstack/blobdiff - app/Services/Ldap.php
Updated Spanish translation
[bookstack] / app / Services / Ldap.php
index 9c3bec3270af2f4321d155f7a980fca9a7d12839..29270daf5620d169a096fda4516525923e3dde9d 100644 (file)
@@ -1,6 +1,5 @@
 <?php namespace BookStack\Services;
 
-
 /**
  * Class Ldap
  * An object-orientated thin abstraction wrapper for common PHP LDAP functions.
@@ -93,5 +92,4 @@ class Ldap
     {
         return ldap_bind($ldapConnection, $bindRdn, $bindPassword);
     }
-
 }