mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -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 = new LengthAwarePaginator($recurring, $total, $pageSize, $page);
|
||||||
$paginator->setPath(route('recurring.index'));
|
$paginator->setPath(route('recurring.index'));
|
||||||
|
$today = today(config('app.timezone'));
|
||||||
|
|
||||||
$this->verifyRecurringCronJob();
|
$this->verifyRecurringCronJob();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user