Handle Eldad's Comments

This commit is contained in:
Bradley Schofield
2022-11-01 14:43:18 +00:00
parent 1eea8c6d8b
commit cddacfbb78
8 changed files with 26 additions and 27 deletions
@@ -101,7 +101,7 @@ class Project extends Model
'default' => '',
'example' => '131102020',
])
->addRule('sessionDuration', [
->addRule('authDuration', [
'type' => self::TYPE_STRING,
'description' => 'Session duration in minutes.',
'default' => '',