diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-12 16:16:06 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-25 16:04:57 +0200 |
commit | 6feccccbd5d16fee3ffc94ba73f1baeae4956655 (patch) | |
tree | d88ee2eb010b7022ca1a95ff8f45233fdba60720 /apps/user_ldap/lib/Proxy.php | |
parent | e73d811425d35977d5c6c1fcf1be8ab3f512ad89 (diff) | |
download | nextcloud-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.php | 1 |
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; |