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;