diff --git a/composer.lock b/composer.lock index b9176fe53e..2dcac966fe 100644 --- a/composer.lock +++ b/composer.lock @@ -5383,5 +5383,5 @@ "platform-overrides": { "php": "8.0" }, - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.2.0" } diff --git a/src/Appwrite/Utopia/Database/Validator/Queries/Buckets.php b/src/Appwrite/Utopia/Database/Validator/Queries/Buckets.php index b4d804ec2a..b52c0456a4 100644 --- a/src/Appwrite/Utopia/Database/Validator/Queries/Buckets.php +++ b/src/Appwrite/Utopia/Database/Validator/Queries/Buckets.php @@ -23,4 +23,4 @@ class Buckets extends Base { parent::__construct('buckets', self::ALLOWED_ATTRIBUTES); } -} \ No newline at end of file +}