From 55fe725f4b13288cd6c3e1068359a47edeba995f Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Wed, 24 Apr 2024 23:16:43 +0200 Subject: [PATCH] Fixed format --- app/init2.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/init2.php b/app/init2.php index 812957602b..f0432f5cee 100644 --- a/app/init2.php +++ b/app/init2.php @@ -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); \ No newline at end of file +$container->set($schema);