Update ApachePingWebsitesWithCurl.php

This commit is contained in:
Bozhidar Slaveykov 2024-04-07 01:20:29 +03:00
parent 99d123a488
commit be64ad22f2

View file

@ -29,7 +29,7 @@ class ApachePingWebsitesWithCurl extends Command
public function handle()
{
$findCustomer = \App\Models\Customer::first();
$findHostingPlan = \App\Models\HostingPlan::where('slug','free-hosting-plan')->first();
$findHostingPlan = \App\Models\HostingPlan::first();
for ($i = 0; $i <= 50000; $i++) {
$newSubscription = new \App\Models\HostingSubscription();