mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-19 10:04:28 -07:00
Add missing variable
This commit is contained in:
@@ -85,6 +85,6 @@ final class IndexController extends Controller
|
||||
$categories = new LengthAwarePaginator($collection, $total, $pageSize, $page);
|
||||
$categories->setPath(route('categories.index'));
|
||||
|
||||
return view('categories.index', ['categories' => $categories]);
|
||||
return view('categories.index', ['categories' => $categories, 'page' => $page]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user