mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Created some triggers, added some fixes. Will probably fail.
This commit is contained in:
@@ -86,6 +86,7 @@ class BudgetController extends BaseController
|
||||
$budgets = $this->_repository->get();
|
||||
$today = new Carbon;
|
||||
|
||||
|
||||
return View::make('budgets.indexByBudget')->with('budgets', $budgets)->with('today', $today);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user