Update ApachePingWebsitesWithCurl.php
This commit is contained in:
parent
57f42d9edf
commit
2526f9ce81
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue