1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

adapt to review

This commit is contained in:
Torsten Dittmann 2021-03-29 13:22:50 +02:00
parent f5fa640e68
commit df69799ebb

View file

@ -44,7 +44,7 @@ class Session extends Model
'type' => self::TYPE_STRING,
'description' => 'Session Provider Token.',
'default' => '',
'example' => '1592981250',
'example' => 'MTQ0NjJkZmQ5OTM2NDE1ZTZjNGZmZjI3',
])
->addRule('ip', [
'type' => self::TYPE_STRING,