mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 07:34:43 +00:00
This will be the first release!
This commit is contained in:
@@ -121,7 +121,7 @@ class EloquentBudgetRepository implements BudgetRepositoryInterface
|
||||
$limit->repeat_freq = $data['repeat_freq'];
|
||||
if ($limit->validate()) {
|
||||
$limit->save();
|
||||
\Event::fire('limits.store',[$limit]);
|
||||
\Event::fire('limits.store', [$limit]);
|
||||
}
|
||||
}
|
||||
if ($budget->validate()) {
|
||||
|
Reference in New Issue
Block a user