From 256068155521c0ceee5807195085d6a6fcbba0d7 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Tue, 12 Dec 2023 11:54:12 +0000 Subject: [PATCH] chore: fmt --- src/Appwrite/GraphQL/Schema.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Appwrite/GraphQL/Schema.php b/src/Appwrite/GraphQL/Schema.php index 8dda9147cc..0b9c7d4162 100644 --- a/src/Appwrite/GraphQL/Schema.php +++ b/src/Appwrite/GraphQL/Schema.php @@ -111,7 +111,7 @@ class Schema if (empty($name)) { continue; } - + foreach (Mapper::route($utopia, $route, $complexity) as $field) { switch ($route->getMethod()) { case 'GET':