formatting

This commit is contained in:
fogelito 2025-01-15 16:29:17 +02:00
parent c4bdd2fe1b
commit 2ca690ccbd

View file

@ -11,10 +11,10 @@ use Utopia\Database\Document;
use Utopia\Database\Exception as DatabaseException; use Utopia\Database\Exception as DatabaseException;
use Utopia\Database\Exception\Authorization; use Utopia\Database\Exception\Authorization;
use Utopia\Database\Exception\Conflict; use Utopia\Database\Exception\Conflict;
use Utopia\Database\Exception\Dependency;
use Utopia\Database\Exception\NotFound; use Utopia\Database\Exception\NotFound;
use Utopia\Database\Exception\Restricted; use Utopia\Database\Exception\Restricted;
use Utopia\Database\Exception\Structure; use Utopia\Database\Exception\Structure;
use Utopia\Database\Exception\Dependency;
use Utopia\Database\Query; use Utopia\Database\Query;
use Utopia\Logger\Log; use Utopia\Logger\Log;
use Utopia\Platform\Action; use Utopia\Platform\Action;