1
0
mirror of https://github.com/flarum/core.git synced 2025-02-24 11:13:40 +01:00

Merge pull request #1623 from flarum/luceos-patch-1

Update AccessToken.php
This commit is contained in:
Toby Zerner 2018-11-02 07:12:23 +10:30 committed by GitHub
commit 83e99ed5a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
*/