mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Improve code for test coverage
This commit is contained in:
@@ -41,7 +41,7 @@ class Note extends Model
|
||||
'deleted_at' => 'datetime',
|
||||
];
|
||||
/** @var array */
|
||||
protected $fillable = ['title', 'text'];
|
||||
protected $fillable = ['title', 'text', 'noteable_id', 'noteable_type'];
|
||||
|
||||
/**
|
||||
* @codeCoverageIgnore
|
||||
|
Reference in New Issue
Block a user