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
co-authored by kodumbeats
parent 264eb0ea4e
commit 5be8e2fc0c
+1 -2
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;
}
}
}