From 7e9a83303708ef94683f5283cddad498e4c6bcd2 Mon Sep 17 00:00:00 2001 From: fogelito Date: Sun, 30 Apr 2023 09:41:00 +0300 Subject: [PATCH] Remove OrderAttributes Class --- composer.lock | 8 +++--- .../Database/Validator/OrderAttributes.php | 26 ------------------- 2 files changed, 4 insertions(+), 30 deletions(-) delete mode 100644 src/Appwrite/Utopia/Database/Validator/OrderAttributes.php diff --git a/composer.lock b/composer.lock index d795f012d..9247175eb 100644 --- a/composer.lock +++ b/composer.lock @@ -2113,12 +2113,12 @@ "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "e56f580f304c70a55f3d75c6d3ab554c7e687789" + "reference": "52f351230fab5922c6b63bd19b0bf4891d940d8f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/e56f580f304c70a55f3d75c6d3ab554c7e687789", - "reference": "e56f580f304c70a55f3d75c6d3ab554c7e687789", + "url": "https://api.github.com/repos/utopia-php/database/zipball/52f351230fab5922c6b63bd19b0bf4891d940d8f", + "reference": "52f351230fab5922c6b63bd19b0bf4891d940d8f", "shasum": "" }, "require": { @@ -2163,7 +2163,7 @@ "issues": "https://github.com/utopia-php/database/issues", "source": "https://github.com/utopia-php/database/tree/appwrite-validators" }, - "time": "2023-04-27T08:18:20+00:00" + "time": "2023-04-27T15:49:03+00:00" }, { "name": "utopia-php/domains", diff --git a/src/Appwrite/Utopia/Database/Validator/OrderAttributes.php b/src/Appwrite/Utopia/Database/Validator/OrderAttributes.php deleted file mode 100644 index dcf38c90f..000000000 --- a/src/Appwrite/Utopia/Database/Validator/OrderAttributes.php +++ /dev/null @@ -1,26 +0,0 @@ -getAttribute('status') === 'available'; - }); - - parent::__construct($attributes, $indexes, $strict); - } -}