1
0
Fork 0
mirror of synced 2024-10-03 10:46:27 +13:00

Merge branch 'feat-add-messaging-response-models' of https://github.com/appwrite/appwrite into feat-mailgun-provider

This commit is contained in:
prateek banga 2023-09-05 13:34:10 +05:30
commit 01d5984965

View file

@ -33,6 +33,12 @@ class Provider extends Model
'default' => '',
'example' => 'mailgun',
])
->addRule('default', [
'type' => self::TYPE_BOOLEAN,
'description' => 'Default provider or not.',
'default' => '',
'example' => true,
])
->addRule('type', [
'type' => self::TYPE_STRING,
'description' => 'Type of provider.',