]> BookStack Code Mirror - bookstack/blobdiff - app/Services/Ldap.php
Updated 'Spanish Argentina' translation.
[bookstack] / app / Services / Ldap.php
index 196e46a2f4cb5195a34997961907d33f0d77acaf..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);
     }
-
-}
\ No newline at end of file
+}