mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Basic testing, not full coverage.
This commit is contained in:
@@ -121,6 +121,7 @@ class EloquentBudgetRepository implements BudgetRepositoryInterface
|
||||
$limit->repeat_freq = $data['repeat_freq'];
|
||||
if ($limit->validate()) {
|
||||
$limit->save();
|
||||
\Event::fire('limits.store',[$limit]);
|
||||
}
|
||||
}
|
||||
if ($budget->validate()) {
|
||||
|
Reference in New Issue
Block a user