1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Removed unused hostnames

This commit is contained in:
Eldad Fux 2022-10-10 19:34:57 +03:00
parent 690c275ee2
commit fc8c40c62f

View file

@ -54,13 +54,10 @@ use Appwrite\Database\Pools;
use Appwrite\Event\Delete;
use Utopia\Database\Validator\Structure;
use Utopia\Database\Validator\Authorization;
use Utopia\Cache\Cache;
use Utopia\Cache\Adapter\Redis as RedisCache;
use Utopia\Validator\Range;
use Utopia\Validator\WhiteList;
use Swoole\Database\RedisConfig;
use Swoole\Database\RedisPool;
use Utopia\Database\Adapter\MariaDB;
use Utopia\Database\Query;
use Utopia\Database\Validator\DatetimeValidator;
use Utopia\Storage\Device;