mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 14:46:37 +00:00
Refactor many request related methods into (complex) trait.
This commit is contained in:
@@ -96,7 +96,8 @@ class IndexController extends Controller
|
||||
}
|
||||
$paginator = new LengthAwarePaginator($recurring, $total, $pageSize, $page);
|
||||
$paginator->setPath(route('recurring.index'));
|
||||
return view('recurring.index', compact('paginator', 'page', 'pageSize','total'));
|
||||
|
||||
return view('recurring.index', compact('paginator', 'page', 'pageSize', 'total'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user