mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix missing import of ILogger
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
b15b41d731
commit
f8463e1fc6
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ use OCP\Authentication\TwoFactorAuth\IActivatableAtLogin;
|
|||
use OCP\Authentication\TwoFactorAuth\ILoginSetupProvider;
|
||||
use OCP\Authentication\TwoFactorAuth\IProvider;
|
||||
use OCP\Authentication\TwoFactorAuth\TwoFactorException;
|
||||
use OCP\ILogger;
|
||||
use OCP\IRequest;
|
||||
use OCP\ISession;
|
||||
use OCP\IURLGenerator;
|
||||
|
|
|
|||
Loading…
Reference in a new issue