1
0
Fork 0
mirror of synced 2024-05-16 18:52:33 +12:00

Fixed format

This commit is contained in:
Eldad Fux 2024-04-24 23:16:43 +02:00
parent 9fc0342cf1
commit 55fe725f4b

View file

@ -53,8 +53,8 @@ use Utopia\Database\Adapter\MariaDB;
use Utopia\Database\Adapter\MySQL;
use Utopia\Database\Database;
use Utopia\Database\Document;
use Utopia\Database\Query;
use Utopia\Database\Helpers\ID;
use Utopia\Database\Query;
use Utopia\Database\Validator\Authorization;
use Utopia\DI\Container;
use Utopia\DI\Dependency;
@ -1160,4 +1160,4 @@ $schema
$params,
);
});
$container->set($schema);
$container->set($schema);