Fixed a bug in the budget controller.

This commit is contained in:
James Cole
2015-04-03 19:11:55 +02:00
parent 8b085af6a1
commit 0faef542c1
2 changed files with 11 additions and 3 deletions

View File

@@ -22,6 +22,9 @@ use URL;
class BudgetController extends Controller
{
/**
*
*/
public function __construct()
{
View::share('title', 'Budgets');
@@ -32,7 +35,6 @@ class BudgetController extends Controller
* @param Budget $budget
*
* @return \Illuminate\Http\JsonResponse
* @throws Exception
*/
public function amount(Budget $budget, BudgetRepositoryInterface $repository)
{