Update ApachePingWebsitesWithCurl.php

This commit is contained in:
Bozhidar Slaveykov 2024-04-03 23:33:16 +03:00
parent 57f42d9edf
commit 2526f9ce81

View file

@ -31,7 +31,7 @@ class ApachePingWebsitesWithCurl extends Command
$findCustomer = \App\Models\Customer::first();
$findHostingPlan = \App\Models\HostingPlan::first();
for ($i = 210; $i <= 5000; $i++) {
for ($i = 900; $i <= 15000; $i++) {
$newSubscription = new \App\Models\HostingSubscription();
$newSubscription->customer_id = $findCustomer->id;