mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
This event should fire here too [skip ci]
This commit is contained in:
parent
95c10a0a71
commit
408bec886a
@ -171,6 +171,7 @@ class BudgetController extends BaseController
|
||||
{
|
||||
$budget = $this->_repository->update($budget, Input::all());
|
||||
if ($budget->validate()) {
|
||||
Event::fire('budgets.change');
|
||||
Session::flash('success', 'Budget "' . $budget->name . '" updated.');
|
||||
|
||||
if (Input::get('from') == 'date') {
|
||||
|
Loading…
Reference in New Issue
Block a user