1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Update app/workers/deletes.php

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

View file

@ -13,7 +13,6 @@ use Utopia\Abuse\Adapters\TimeLimit;
use Utopia\CLI\Console;
use Utopia\Config\Config;
use Utopia\Audit\Audit;
use Utopia\Audit\Adapters\MySQL as AuditAdapter;
use Utopia\Cache\Cache;
use Utopia\Database\Adapter\MariaDB;
@ -388,4 +387,4 @@ class DeletesV1
return $dbForInternal;
}
}
}