mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge branch 'feat-add-messaging-response-models' of https://github.com/appwrite/appwrite into feat-mailgun-provider
This commit is contained in:
commit
01d5984965
1 changed files with 6 additions and 0 deletions
|
|
@ -33,6 +33,12 @@ class Provider extends Model
|
||||||
'default' => '',
|
'default' => '',
|
||||||
'example' => 'mailgun',
|
'example' => 'mailgun',
|
||||||
])
|
])
|
||||||
|
->addRule('default', [
|
||||||
|
'type' => self::TYPE_BOOLEAN,
|
||||||
|
'description' => 'Default provider or not.',
|
||||||
|
'default' => '',
|
||||||
|
'example' => true,
|
||||||
|
])
|
||||||
->addRule('type', [
|
->addRule('type', [
|
||||||
'type' => self::TYPE_STRING,
|
'type' => self::TYPE_STRING,
|
||||||
'description' => 'Type of provider.',
|
'description' => 'Type of provider.',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue