mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 01:06:46 +00:00
Make it easier to switch between v1/v2 layout.
This commit is contained in:
@@ -87,7 +87,7 @@ class IndexController extends Controller
|
||||
$categories = new LengthAwarePaginator($collection, $total, $pageSize, $page);
|
||||
$categories->setPath(route('categories.index'));
|
||||
|
||||
return view('categories.index', compact('categories'));
|
||||
return prefixView('categories.index', compact('categories'));
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user