mirror of
https://github.com/flarum/core.git
synced 2025-08-13 03:44:32 +02:00
Clean up Eloquent definitions
This commit is contained in:
@@ -45,12 +45,9 @@ use Flarum\User\User;
|
||||
class Notification extends AbstractModel
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $table = 'notifications';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
* The attributes that should be mutated to dates.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $dates = ['created_at', 'read_at', 'deleted_at'];
|
||||
|
||||
|
Reference in New Issue
Block a user