Rename a method.

This commit is contained in:
James Cole 2015-12-30 08:25:38 +01:00
parent 6a9d931ba3
commit 238ed3c788

View File

@ -171,7 +171,7 @@ class ReportController extends Controller
// list of users stuff:
$budgets = app('FireflyIII\Repositories\Budget\BudgetRepositoryInterface')->getActiveBudgets();
$categories = app('FireflyIII\Repositories\Category\CategoryRepositoryInterface')->getCategories();
$categories = app('FireflyIII\Repositories\Category\CategoryRepositoryInterface')->listCategories();
// and some id's, joined:
$accountIds = [];