]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix missing import of ILogger 29524/head
authorJoas Schilling <coding@schilljs.com>
Tue, 2 Nov 2021 15:47:16 +0000 (16:47 +0100)
committerJoas Schilling <coding@schilljs.com>
Tue, 2 Nov 2021 15:47:16 +0000 (16:47 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
tests/Core/Controller/TwoFactorChallengeControllerTest.php

index 2cb8d4bd50f197bf38071838ffdd11c0100ac37c..561f243eb4ba73252e431e12a5d1f4f95a4f5c8d 100644 (file)
@@ -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;