|
@@ -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();
|