This commit is contained in:
James Cole 2021-04-07 11:35:53 +02:00
parent a94b2e8806
commit 614ceabd45
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D

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