Fix admin_audit unit test

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/36521/head
Joas Schilling 1 year ago
parent d20f199df6
commit 900953915e
No known key found for this signature in database
GPG Key ID: 74434EFE0D2E2205

@ -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…
Cancel
Save