mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Handle datetime model rules
This commit is contained in:
@@ -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' => [
|
||||
|
||||
Reference in New Issue
Block a user