mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Fix admin_audit unit test
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7676103f4d
commit
0383eec7fd
1 changed files with 1 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ declare(strict_types=1);
|
|||
namespace OCA\AdminAudit\Tests\Actions;
|
||||
|
||||
use OCA\AdminAudit\Actions\Security;
|
||||
use OCA\AdminAudit\AuditLogger;
|
||||
use OCP\IUser;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Test\TestCase;
|
||||
|
|
|
|||
Loading…
Reference in a new issue