mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Update date related code to fix several issues with SQLite
This commit is contained in:
@@ -43,8 +43,6 @@ class BudgetLimit extends Model
|
||||
'end_date' => 'date',
|
||||
'repeats' => 'boolean',
|
||||
];
|
||||
/** @var array */
|
||||
protected $dates = ['start_date', 'end_date'];
|
||||
|
||||
/**
|
||||
* @param string $value
|
||||
|
Reference in New Issue
Block a user