mirror of
https://github.com/flarum/core.git
synced 2025-10-20 03:06:07 +02:00
Clean up Eloquent definitions
This commit is contained in:
@@ -42,7 +42,9 @@ class UserState extends AbstractModel
|
||||
protected $table = 'discussion_user';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* The attributes that should be mutated to dates.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $dates = ['last_read_at'];
|
||||
|
||||
|
Reference in New Issue
Block a user