mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Some code cleanup.
This commit is contained in:
@@ -44,7 +44,7 @@ class Preference extends Model
|
||||
{
|
||||
|
||||
protected $dates = ['created_at', 'updated_at'];
|
||||
protected $fillable = ['user_id', 'data', 'name','data'];
|
||||
protected $fillable = ['user_id', 'data', 'name', 'data'];
|
||||
|
||||
/**
|
||||
* @param $value
|
||||
|
Reference in New Issue
Block a user