mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 12:12:18 +00:00
Fix #1258
This commit is contained in:
@@ -40,7 +40,7 @@ class PiggyBankEvent extends Model
|
||||
= [
|
||||
'created_at' => 'datetime',
|
||||
'updated_at' => 'datetime',
|
||||
'date' => 'datetime',
|
||||
'date' => 'date',
|
||||
];
|
||||
/** @var array */
|
||||
protected $dates = ['date'];
|
||||
|
Reference in New Issue
Block a user