Budget report thing.

This commit is contained in:
James Cole
2015-05-16 14:14:22 +02:00
parent e7285c6499
commit bca2ddd529
6 changed files with 393 additions and 71 deletions

View File

@@ -99,8 +99,6 @@ class BudgetRepository implements BudgetRepositoryInterface
public function getBudgets()
{
$budgets = Auth::user()->budgets()->get();
$budgets->sortBy('name');
return $budgets;
}