mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Wrong array name.
This commit is contained in:
parent
32ed8a4d8d
commit
b16149b842
@ -22,7 +22,7 @@ class BudgetLimit extends Model
|
|||||||
{
|
{
|
||||||
|
|
||||||
protected $hidden = ['amount_encrypted'];
|
protected $hidden = ['amount_encrypted'];
|
||||||
protected $date = ['created_at', 'updated_at', 'startdate'];
|
protected $dates = ['created_at', 'updated_at', 'startdate'];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
|
* @return \Illuminate\Database\Eloquent\Relations\BelongsTo
|
||||||
|
Loading…
Reference in New Issue
Block a user