1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

providerAccessTokenExpiry description

This commit is contained in:
fogelito 2022-07-13 20:25:37 +03:00
parent 3e534404c3
commit 8d4817b710

View file

@ -54,7 +54,7 @@ class Session extends Model
])
->addRule('providerAccessTokenExpiry', [
'type' => self::TYPE_DATETIME,
'description' => 'Date, the Unix timestamp of when the access token expires.',
'description' => 'The date of when the access token expires in datetime format.',
'default' => '',
'example' => '1975-12-06 13:30:59',
])