mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Fix Missing Model
This commit is contained in:
parent
def25a8c9b
commit
558f7f06b4
1 changed files with 0 additions and 3 deletions
|
|
@ -31,7 +31,6 @@ use Appwrite\Utopia\Response\Model\BaseList;
|
|||
use Appwrite\Utopia\Response\Model\Branch;
|
||||
use Appwrite\Utopia\Response\Model\Bucket;
|
||||
use Appwrite\Utopia\Response\Model\Build;
|
||||
use Appwrite\Utopia\Response\Model\BulkOperation;
|
||||
use Appwrite\Utopia\Response\Model\Collection;
|
||||
use Appwrite\Utopia\Response\Model\ConsoleVariables;
|
||||
use Appwrite\Utopia\Response\Model\Continent;
|
||||
|
|
@ -152,7 +151,6 @@ class Response extends SwooleResponse
|
|||
public const MODEL_INDEX_LIST = 'indexList';
|
||||
public const MODEL_DOCUMENT = 'document';
|
||||
public const MODEL_DOCUMENT_LIST = 'documentList';
|
||||
public const MODEL_BULK_OPERATION = 'bulkOperation';
|
||||
|
||||
// Database Attributes
|
||||
public const MODEL_ATTRIBUTE = 'attribute';
|
||||
|
|
@ -484,7 +482,6 @@ class Response extends SwooleResponse
|
|||
->setModel(new Migration())
|
||||
->setModel(new MigrationReport())
|
||||
->setModel(new MigrationFirebaseProject())
|
||||
->setModel(new BulkOperation())
|
||||
// Tests (keep last)
|
||||
->setModel(new Mock());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue