1
0
mirror of https://github.com/flarum/core.git synced 2025-08-24 17:13:44 +02:00

fix phpdoc for marked_as_read_at which was migrated

This commit is contained in:
Daniël Klabbers
2019-08-27 13:35:28 +02:00
parent a330d07dfe
commit d403bedab3

View File

@@ -19,7 +19,7 @@ use Illuminate\Database\Eloquent\Builder;
/** /**
* @property int $user_id * @property int $user_id
* @property int $tag_id * @property int $tag_id
* @property \Carbon\Carbon|null $read_time * @property \Carbon\Carbon|null $marked_as_read_at
* @property bool $is_hidden * @property bool $is_hidden
* @property Tag $tag * @property Tag $tag
* @property User $user * @property User $user