diff --git a/app/config/collections.php b/app/config/collections.php index 0b6cc4a997..bdc14d9105 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -2316,17 +2316,6 @@ $collections = [ 'array' => false, 'filters' => [], ], - [ - '$id' => ID::custom('buildTime'), - 'type' => Database::VAR_INTEGER, - 'format' => '', - 'size' => 0, - 'signed' => true, - 'required' => false, - 'default' => null, - 'array' => false, - 'filters' => [], - ], [ 'array' => false, '$id' => ID::custom('entrypoint'), diff --git a/src/Appwrite/Utopia/Response.php b/src/Appwrite/Utopia/Response.php index ef60bdc913..2ab514f91c 100644 --- a/src/Appwrite/Utopia/Response.php +++ b/src/Appwrite/Utopia/Response.php @@ -231,11 +231,6 @@ class Response extends SwooleResponse */ protected array $payload = []; - /** - * @var string - */ - protected $model = ''; - /** * Response constructor. *