From 6410e481d6ecb18e34ef659ab9f1b9a769e16b81 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 21 Aug 2025 18:29:39 +1200 Subject: [PATCH] Lint --- src/Appwrite/Utopia/Response/Model/BaseList.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Appwrite/Utopia/Response/Model/BaseList.php b/src/Appwrite/Utopia/Response/Model/BaseList.php index f1da542c6c..447a4436e3 100644 --- a/src/Appwrite/Utopia/Response/Model/BaseList.php +++ b/src/Appwrite/Utopia/Response/Model/BaseList.php @@ -31,8 +31,7 @@ class BaseList extends Model string $model, bool $paging = true, bool $public = true - ) - { + ) { $this->name = $name; $this->type = $type; $this->public = $public;