Update ApachePingWebsitesWithCurl.php

This commit is contained in:
Bozhidar Slaveykov 2024-04-06 18:33:12 +03:00
parent a5b1be66e4
commit ba8bb2e4d5

View file

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