1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Update app/workers/deletes.php

Co-authored-by: kodumbeats <brandon.leckemby@gmail.com>
This commit is contained in:
Damodar Lohani 2021-08-01 11:09:10 +05:45 committed by GitHub
parent 5aa6e6fda7
commit 4b13c4d608
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,6 @@ use Utopia\Abuse\Abuse;
use Utopia\Abuse\Adapters\TimeLimit;
use Utopia\CLI\Console;
use Utopia\Audit\Audit;
use Utopia\Cache\Adapter\Redis as RedisCache;
use Utopia\Cache\Cache;
use Utopia\Database\Adapter\MariaDB;
require_once __DIR__.'/../workers.php';