This event should fire here too [skip ci]

This commit is contained in:
James Cole 2014-08-16 07:08:10 +02:00
parent 95c10a0a71
commit 408bec886a

View File

@ -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') {