mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-03 20:14:31 +00:00
Various code cleanup.
This commit is contained in:
@@ -39,12 +39,12 @@ class Note extends Model
|
||||
* @var array
|
||||
*/
|
||||
protected $casts
|
||||
= [
|
||||
= [
|
||||
'created_at' => 'datetime',
|
||||
'updated_at' => 'datetime',
|
||||
'deleted_at' => 'datetime',
|
||||
];
|
||||
/** @var array */
|
||||
/** @var array */
|
||||
protected $fillable = ['title', 'text'];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user