mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Handle datetime model rules
This commit is contained in:
parent
48ede78894
commit
fd37df5f9c
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class TypeRegistry
|
|||
Model::TYPE_JSON => self::json(),
|
||||
Response::MODEL_NONE => self::json(),
|
||||
Response::MODEL_ANY => self::json(),
|
||||
Model::TYPE_DATETIME => Type::string(),
|
||||
];
|
||||
self::$defaultDocumentArgs = [
|
||||
'id' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue