Move LDAP Utility to PSR-4

This commit is contained in:
Joas Schilling 2016-05-12 16:17:39 +02:00
parent 6feccccbd5
commit 5b3087d375
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
4 changed files with 5 additions and 2 deletions

View File

@ -21,7 +21,9 @@
*
*/
namespace OCA\user_ldap\lib;
namespace OCA\User_LDAP;
use OCA\user_ldap\lib\ILDAPWrapper;
abstract class LDAPUtility {
protected $ldap;

View File

@ -36,7 +36,6 @@ use OCA\user_ldap\lib\Access;
use OCA\user_ldap\lib\Configuration;
use OCA\user_ldap\lib\Helper;
use OCA\user_ldap\lib\ILDAPWrapper;
use OCA\user_ldap\lib\LDAPUtility;
class Wizard extends LDAPUtility {
static protected $l;

View File

@ -37,6 +37,7 @@
namespace OCA\user_ldap\lib;
use OCA\User_LDAP\LDAPUtility;
use OCA\User_LDAP\User\IUserTools;
use OCA\User_LDAP\User\Manager;
use OCA\User_LDAP\User\OfflineUser;

View File

@ -29,6 +29,7 @@
namespace OCA\user_ldap\lib;
use OC\ServerNotAvailableException;
use OCA\User_LDAP\LDAPUtility;
/**
* magic properties (incomplete)