summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Command
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-12 10:43:34 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 16:04:56 +0200
commitcbba55a26c9a2114c64b97d8b7dfdd41413356cd (patch)
tree76a9ba6c7607a182c98d600c9f97cd9fe20f9fad /apps/user_ldap/lib/Command
parent4ac283ecd364829d7d4c8a631182770c49dfbd6f (diff)
downloadnextcloud-server-cbba55a26c9a2114c64b97d8b7dfdd41413356cd.tar.gz
nextcloud-server-cbba55a26c9a2114c64b97d8b7dfdd41413356cd.zip
Move Group_LDAP and Group_Proxy to PSR-4
Diffstat (limited to 'apps/user_ldap/lib/Command')
-rw-r--r--apps/user_ldap/lib/Command/Search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Command/Search.php b/apps/user_ldap/lib/Command/Search.php
index f5352ae482a..84d4a2d1927 100644
--- a/apps/user_ldap/lib/Command/Search.php
+++ b/apps/user_ldap/lib/Command/Search.php
@@ -29,7 +29,7 @@ use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;
use OCA\user_ldap\User_Proxy;
-use OCA\user_ldap\Group_Proxy;
+use OCA\User_LDAP\Group_Proxy;
use OCA\user_ldap\lib\Helper;
use OCA\user_ldap\lib\LDAP;
use OCP\IConfig;