mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-30 10:47:06 -06:00
Fix #4593
This commit is contained in:
parent
a94b2e8806
commit
614ceabd45
@ -122,6 +122,7 @@ class IndexController extends Controller
|
||||
}
|
||||
$paginator = new LengthAwarePaginator($recurring, $total, $pageSize, $page);
|
||||
$paginator->setPath(route('recurring.index'));
|
||||
$today = today(config('app.timezone'));
|
||||
|
||||
$this->verifyRecurringCronJob();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user