mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Implement budget limit API tests
This commit is contained in:
@@ -51,8 +51,8 @@ class BudgetLimit extends Model
|
||||
'updated_at' => 'datetime',
|
||||
'start_date' => 'date',
|
||||
'end_date' => 'date',
|
||||
'repeats' => 'boolean',
|
||||
];
|
||||
protected $fillable = ['budget_id', 'start_date', 'end_date', 'amount'];
|
||||
|
||||
/**
|
||||
* @param string $value
|
||||
|
Reference in New Issue
Block a user