summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Proxy.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-12 16:16:06 +0200
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 16:04:57 +0200
commit6feccccbd5d16fee3ffc94ba73f1baeae4956655 (patch)
treed88ee2eb010b7022ca1a95ff8f45233fdba60720 /apps/user_ldap/lib/Proxy.php
parente73d811425d35977d5c6c1fcf1be8ab3f512ad89 (diff)
downloadnextcloud-server-6feccccbd5d16fee3ffc94ba73f1baeae4956655.tar.gz
nextcloud-server-6feccccbd5d16fee3ffc94ba73f1baeae4956655.zip
Move LogWrapper to PSR-4
Diffstat (limited to 'apps/user_ldap/lib/Proxy.php')
-rw-r--r--apps/user_ldap/lib/Proxy.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Proxy.php b/apps/user_ldap/lib/Proxy.php
index dd7cd97b6f9..783d8f9373c 100644
--- a/apps/user_ldap/lib/Proxy.php
+++ b/apps/user_ldap/lib/Proxy.php
@@ -32,7 +32,6 @@ use OCA\user_ldap\lib\Access;
use OCA\user_ldap\lib\Connection;
use OCA\user_ldap\lib\FilesystemHelper;
use OCA\user_ldap\lib\ILDAPWrapper;
-use OCA\user_ldap\lib\LogWrapper;
use OCA\User_LDAP\Mapping\UserMapping;
use OCA\User_LDAP\Mapping\GroupMapping;