1
0
Fork 0
mirror of synced 2024-06-11 07:14:51 +12:00

Update app/workers/audits.php

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Eldad A. Fux 2021-06-12 17:50:35 +03:00 committed by GitHub
parent babf31c3a3
commit 6fa0fc6ac9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,6 @@
<?php
use Utopia\Audit\Audit;
use Utopia\Audit\Adapters\MySQL as AuditAdapter;
use Utopia\Cache\Adapter\Redis;
use Utopia\Cache\Cache;
use Utopia\CLI\Console;