1
0
mirror of https://github.com/flarum/core.git synced 2025-05-04 06:34:45 +02:00

Update AccessToken.php

Fixes phpdoc while working on 
This commit is contained in:
Daniël Klabbers 2018-11-01 10:56:45 +01:00 committed by GitHub
parent 1c7d2c3d27
commit a09894a906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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