mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
fix model task related issue
This commit is contained in:
parent
56e3a2bd6c
commit
19c97d7509
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,7 @@ class Response extends SwooleResponse
|
|||
// Deprecated
|
||||
const MODEL_PERMISSIONS = 'permissions';
|
||||
const MODEL_RULE = 'rule';
|
||||
const MODEL_TASK = 'task';
|
||||
|
||||
// Tests (keep last)
|
||||
const MODEL_MOCK = 'mock';
|
||||
|
|
|
|||
Loading…
Reference in a new issue