mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
format
This commit is contained in:
parent
9441295510
commit
c50db111d6
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ class XList extends Action
|
|||
->callback($this->action(...));
|
||||
}
|
||||
|
||||
public function action(string $databaseId, array $queries, UtopiaResponse $response, Database $dbForProject, Locale $locale, Reader $geodb, Audit $audit): void
|
||||
public function action(string $databaseId, array $queries, UtopiaResponse $response, Database $dbForProject, Locale $locale, Reader $geodb, Audit $audit): void
|
||||
{
|
||||
$database = $dbForProject->getDocument('databases', $databaseId);
|
||||
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@ namespace Appwrite\Platform\Workers;
|
|||
|
||||
use Exception;
|
||||
use Throwable;
|
||||
use Utopia\Audit\Audit;
|
||||
use Utopia\Audit\Adapters\Database as AdapterDatabase;
|
||||
use Utopia\Audit\Audit;
|
||||
use Utopia\CLI\Console;
|
||||
use Utopia\Database\Document;
|
||||
use Utopia\Database\Exception\Authorization;
|
||||
|
|
|
|||
Loading…
Reference in a new issue