1
0
Fork 0
mirror of synced 2024-10-05 12:43:13 +13:00

fix resonse model

This commit is contained in:
Damodar Lohani 2022-12-26 05:58:16 +00:00
parent 276032b3f7
commit 44082a92f7

View file

@ -126,6 +126,12 @@ class Project extends Model
'default' => 0,
'example' => 5,
])
->addRule('authPasswordDictionary', [
'type' => self::TYPE_BOOLEAN,
'description' => 'Whether or not to check user\'s password against most commonly used passwords.',
'default' => false,
'example' => true,
])
->addRule('providers', [
'type' => Response::MODEL_PROVIDER,
'description' => 'List of Providers.',