This commit is contained in:
James Cole
2021-04-07 11:35:53 +02:00
parent a94b2e8806
commit 614ceabd45

View File

@@ -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();