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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user