diff --git a/src/Appwrite/Database/Database.php b/src/Appwrite/Database/Database.php index 733a87e3af..00225dcacc 100644 --- a/src/Appwrite/Database/Database.php +++ b/src/Appwrite/Database/Database.php @@ -36,7 +36,6 @@ class Database // Storage const SYSTEM_COLLECTION_FILES = 'files'; - const SYSTEM_COLLECTION_BUCKETS = 'buckets'; // Functions const SYSTEM_COLLECTION_FUNCTIONS = 'functions';