mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-09 20:11:22 +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