mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Updated missing models list
This commit is contained in:
parent
1794628068
commit
5c52320c83
1 changed files with 8 additions and 0 deletions
|
|
@ -118,6 +118,14 @@ class Response extends SwooleResponse
|
|||
->setModel(new Execution())
|
||||
->setModel(new Webhook())
|
||||
->setModel(new Key())
|
||||
// Locale
|
||||
// Continent
|
||||
// Country
|
||||
// Currency
|
||||
// Log
|
||||
// Verification
|
||||
// Recovery
|
||||
// Language
|
||||
;
|
||||
|
||||
parent::__construct($response);
|
||||
|
|
|
|||
Loading…
Reference in a new issue