Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 467ebd6e authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

lint fix

parent 40e7c69b
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -32,17 +32,17 @@ use OCA\EcloudAccounts\Listeners\TwoFactorStateChangedListener;
use OCA\EcloudAccounts\Listeners\UserChangedListener;
use OCA\EcloudAccounts\Service\LDAPConnectionService;
use OCA\OIDCLogin\Events\AccessTokenUpdatedEvent;
use OCA\OIDCLogin\Service\TokenService;
use OCA\TwoFactorTOTP\Event\StateChanged;
use OCP\AppFramework\App;
use OCP\AppFramework\Bootstrap\IBootContext;
use OCP\AppFramework\Bootstrap\IBootstrap;
use OCP\AppFramework\Bootstrap\IRegistrationContext;
use OCP\ISession;
use OCP\IUserManager;
use OCP\IUserSession;
use OCP\User\Events\BeforeUserDeletedEvent;
use OCP\User\Events\UserChangedEvent;
use OCP\ISession;
use OCP\IUserSession;
use OCA\OIDCLogin\Service\TokenService;

class Application extends App implements IBootstrap {
	public const APP_ID = 'ecloud-accounts';