mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-18 07:38:29 +00:00
Some code cleanup [skip ci]
This commit is contained in:
@@ -115,7 +115,7 @@ class CategoryController extends Controller
|
||||
*/
|
||||
public function index(CRI $repository, SCRI $singleRepository)
|
||||
{
|
||||
$categories = $repository->listCategories();
|
||||
$categories = $repository->getCategories();
|
||||
|
||||
$categories->each(
|
||||
function (Category $category) use ($singleRepository) {
|
||||
|
||||
Reference in New Issue
Block a user