Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-05-12 17:25:14 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2016-05-25 17:04:58 +0300
commit391531851cb73d7f6e7f989f481772f09f9f00a6 (patch)
tree6a7d77006907a5a0d423115cab5a7745d1ea8b2b /apps/user_ldap/lib/Group_Proxy.php
parent3690ce1b36cf771f1c36f0dc2576c75c4f513ce3 (diff)
Move interface to PSR-4
Diffstat (limited to 'apps/user_ldap/lib/Group_Proxy.php')
-rw-r--r--apps/user_ldap/lib/Group_Proxy.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/Group_Proxy.php b/apps/user_ldap/lib/Group_Proxy.php
index b038c487a07..333a74bab22 100644
--- a/apps/user_ldap/lib/Group_Proxy.php
+++ b/apps/user_ldap/lib/Group_Proxy.php
@@ -24,8 +24,6 @@
namespace OCA\User_LDAP;
-use OCA\user_ldap\lib\ILDAPWrapper;
-
class Group_Proxy extends Proxy implements \OCP\GroupInterface {
private $backends = array();
private $refBackend = null;