summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/helper.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-12 11:01:29 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 16:04:56 +0200
commitb7fa5277915507622cc7043dc62998d849b8807d (patch)
tree463b02bb98ae8076224cfcf866d674b4e8e68f1b /apps/user_ldap/lib/helper.php
parentcbba55a26c9a2114c64b97d8b7dfdd41413356cd (diff)
downloadnextcloud-server-b7fa5277915507622cc7043dc62998d849b8807d.tar.gz
nextcloud-server-b7fa5277915507622cc7043dc62998d849b8807d.zip
Move User_LDAP and User_Proxy to PSR-4
Diffstat (limited to 'apps/user_ldap/lib/helper.php')
-rw-r--r--apps/user_ldap/lib/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/helper.php b/apps/user_ldap/lib/helper.php
index bfff6baf0d3..c0900f54a62 100644
--- a/apps/user_ldap/lib/helper.php
+++ b/apps/user_ldap/lib/helper.php
@@ -27,7 +27,7 @@
namespace OCA\user_ldap\lib;
-use OCA\user_ldap\User_Proxy;
+use OCA\User_LDAP\User_Proxy;
class Helper {