aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-12 16:25:14 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 16:04:58 +0200
commit391531851cb73d7f6e7f989f481772f09f9f00a6 (patch)
tree6a7d77006907a5a0d423115cab5a7745d1ea8b2b /apps/user_ldap/lib/connection.php
parent3690ce1b36cf771f1c36f0dc2576c75c4f513ce3 (diff)
downloadnextcloud-server-391531851cb73d7f6e7f989f481772f09f9f00a6.tar.gz
nextcloud-server-391531851cb73d7f6e7f989f481772f09f9f00a6.zip
Move interface to PSR-4
Diffstat (limited to 'apps/user_ldap/lib/connection.php')
-rw-r--r--apps/user_ldap/lib/connection.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index d3a4a9763d0..f3e39d4fb0b 100644
--- a/apps/user_ldap/lib/connection.php
+++ b/apps/user_ldap/lib/connection.php
@@ -29,6 +29,7 @@
namespace OCA\user_ldap\lib;
use OC\ServerNotAvailableException;
+use OCA\User_LDAP\ILDAPWrapper;
use OCA\User_LDAP\LDAPUtility;
/**