Move BackendUtility to PSR-4

remotes/origin/stand-alone-job-executer
Joas Schilling 9 years ago
parent aa7b600383
commit 02d5b75fb4
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
  1. 4
      apps/user_ldap/lib/BackendUtility.php
  2. 1
      apps/user_ldap/lib/Group_LDAP.php
  3. 1
      apps/user_ldap/lib/User_LDAP.php

@ -21,9 +21,11 @@
*
*/
namespace OCA\user_ldap\lib;
namespace OCA\User_LDAP;
use OCA\user_ldap\lib\Access;
abstract class BackendUtility {
protected $access;

@ -35,7 +35,6 @@
namespace OCA\User_LDAP;
use OCA\user_ldap\lib\Access;
use OCA\user_ldap\lib\BackendUtility;
class Group_LDAP extends BackendUtility implements \OCP\GroupInterface {
protected $enabled = false;

@ -32,7 +32,6 @@
namespace OCA\User_LDAP;
use OC\User\NoUserException;
use OCA\user_ldap\lib\BackendUtility;
use OCA\user_ldap\lib\Access;
use OCA\User_LDAP\User\OfflineUser;
use OCA\User_LDAP\User\User;

Loading…
Cancel
Save