mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-30 12:43:57 -06:00
Rename a method.
This commit is contained in:
parent
6a9d931ba3
commit
238ed3c788
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user