diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-12 16:11:59 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-25 16:04:57 +0200 |
commit | e73d811425d35977d5c6c1fcf1be8ab3f512ad89 (patch) | |
tree | 3a2751e89d9d82d3eea9acff460084b0a0c35b5b /apps/user_ldap/lib/User_Proxy.php | |
parent | d16a97a273feed9fe1f52df069b92a8278d649db (diff) | |
download | nextcloud-server-e73d811425d35977d5c6c1fcf1be8ab3f512ad89.tar.gz nextcloud-server-e73d811425d35977d5c6c1fcf1be8ab3f512ad89.zip |
Move Proxy to PSR-4
Diffstat (limited to 'apps/user_ldap/lib/User_Proxy.php')
-rw-r--r-- | apps/user_ldap/lib/User_Proxy.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/User_Proxy.php b/apps/user_ldap/lib/User_Proxy.php index aba8398fa20..c4337d80d0b 100644 --- a/apps/user_ldap/lib/User_Proxy.php +++ b/apps/user_ldap/lib/User_Proxy.php @@ -28,10 +28,9 @@ namespace OCA\User_LDAP; use OCA\user_ldap\lib\ILDAPWrapper; use OCA\User_LDAP\User\User; -use \OCA\user_ldap\User_LDAP; use OCP\IConfig; -class User_Proxy extends lib\Proxy implements \OCP\IUserBackend, \OCP\UserInterface { +class User_Proxy extends Proxy implements \OCP\IUserBackend, \OCP\UserInterface { private $backends = array(); private $refBackend = null; |