diff options
Diffstat (limited to 'apps/user_ldap/lib/backendutility.php')
-rw-r--r-- | apps/user_ldap/lib/backendutility.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/backendutility.php b/apps/user_ldap/lib/backendutility.php index f279b1e997e..815757a1a11 100644 --- a/apps/user_ldap/lib/backendutility.php +++ b/apps/user_ldap/lib/backendutility.php @@ -35,4 +35,4 @@ abstract class BackendUtility { public function __construct(Access $access) { $this->access = $access; } -}
\ No newline at end of file +} |