Procházet zdrojové kódy

Use "use" to import namespaces

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
tags/v24.0.0beta1
Carl Schwan před 2 roky
rodič
revize
1bf5ab35a8
1 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. 3
    1
      apps/user_ldap/lib/User_LDAP.php

+ 3
- 1
apps/user_ldap/lib/User_LDAP.php Zobrazit soubor

@@ -48,9 +48,11 @@ use OCP\IConfig;
use OCP\IUserSession;
use OCP\Notification\IManager as INotificationManager;
use OCP\User\Backend\ICountUsersBackend;
use OCP\IUserBackend;
use OCP\UserInterface;
use Psr\Log\LoggerInterface;

class User_LDAP extends BackendUtility implements \OCP\IUserBackend, \OCP\UserInterface, IUserLDAP, ICountUsersBackend {
class User_LDAP extends BackendUtility implements IUserBackend, UserInterface, IUserLDAP, ICountUsersBackend {
/** @var \OCP\IConfig */
protected $ocConfig;


Načítá se…
Zrušit
Uložit