Update ApachePingWebsitesWithCurl.php
This commit is contained in:
parent
99d123a488
commit
be64ad22f2
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue