Skip to content

Commit f8463e1

Browse files
committed
Fix missing import of ILogger
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent b15b41d commit f8463e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Core/Controller/TwoFactorChallengeControllerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
use OCP\Authentication\TwoFactorAuth\ILoginSetupProvider;
3232
use OCP\Authentication\TwoFactorAuth\IProvider;
3333
use OCP\Authentication\TwoFactorAuth\TwoFactorException;
34+
use OCP\ILogger;
3435
use OCP\IRequest;
3536
use OCP\ISession;
3637
use OCP\IURLGenerator;

0 commit comments

Comments
 (0)