1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 02:31:17 +02:00

Update AccessToken.php

Fixes phpdoc while working on #1622
This commit is contained in:
Daniël Klabbers
2018-11-01 10:56:45 +01:00
committed by GitHub
parent 38259d2cd5
commit dba160b9f1

View File

@@ -18,7 +18,8 @@ use Flarum\User\User;
/**
* @property string $token
* @property int $user_id
* @property int $last_activity_at
* @property Carbon $created_at
* @property Carbon|null $last_activity_at
* @property int $lifetime_seconds
* @property \Flarum\User\User|null $user
*/