mirror of
https://github.com/flarum/framework.git
synced 2025-01-23 14:36:15 +08:00
Merge pull request #1623 from flarum/luceos-patch-1
Update AccessToken.php
This commit is contained in:
commit
1f2c24e404
|
@ -18,7 +18,8 @@ use Flarum\User\User;
|
||||||
/**
|
/**
|
||||||
* @property string $token
|
* @property string $token
|
||||||
* @property int $user_id
|
* @property int $user_id
|
||||||
* @property int $last_activity_at
|
* @property Carbon $created_at
|
||||||
|
* @property Carbon|null $last_activity_at
|
||||||
* @property int $lifetime_seconds
|
* @property int $lifetime_seconds
|
||||||
* @property \Flarum\User\User|null $user
|
* @property \Flarum\User\User|null $user
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user