mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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(),
|
Model::TYPE_JSON => self::json(),
|
||||||
Response::MODEL_NONE => self::json(),
|
Response::MODEL_NONE => self::json(),
|
||||||
Response::MODEL_ANY => self::json(),
|
Response::MODEL_ANY => self::json(),
|
||||||
|
Model::TYPE_DATETIME => Type::string(),
|
||||||
];
|
];
|
||||||
self::$defaultDocumentArgs = [
|
self::$defaultDocumentArgs = [
|
||||||
'id' => [
|
'id' => [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue