Procházet zdrojové kódy

Merge pull request #29524 from nextcloud/bugfix/noid/fix-phpunit-warnings

Fix missing import of ILogger
tags/v23.0.0beta3
Christoph Wurst před 2 roky
rodič
revize
95480f5a91
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 0
tests/Core/Controller/TwoFactorChallengeControllerTest.php Zobrazit soubor

@@ -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;

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