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:
@@ -171,6 +171,7 @@ class BudgetController extends BaseController
|
|||||||
{
|
{
|
||||||
$budget = $this->_repository->update($budget, Input::all());
|
$budget = $this->_repository->update($budget, Input::all());
|
||||||
if ($budget->validate()) {
|
if ($budget->validate()) {
|
||||||
|
Event::fire('budgets.change');
|
||||||
Session::flash('success', 'Budget "' . $budget->name . '" updated.');
|
Session::flash('success', 'Budget "' . $budget->name . '" updated.');
|
||||||
|
|
||||||
if (Input::get('from') == 'date') {
|
if (Input::get('from') == 'date') {
|
||||||
|
|||||||
Reference in New Issue
Block a user