瀏覽代碼

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

Fix missing import of ILogger
tags/v23.0.0beta3
Christoph Wurst 2 年之前
父節點
當前提交
95480f5a91
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      tests/Core/Controller/TwoFactorChallengeControllerTest.php

+ 1
- 0
tests/Core/Controller/TwoFactorChallengeControllerTest.php 查看文件

@@ -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…
取消
儲存