Update ApachePingWebsitesWithCurl.php
This commit is contained in:
parent
c6b4c38d8f
commit
0c665c112d
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class ApachePingWebsitesWithCurl extends Command
|
|||
$newSubscription = new \App\Models\HostingSubscription();
|
||||
$newSubscription->customer_id = $findCustomer->id;
|
||||
$newSubscription->hosting_plan_id = $findHostingPlan->id;
|
||||
$newSubscription->domain = 'tesx-site-'.$i.rand(1111,9999).'.test.multiweber.com';
|
||||
$newSubscription->domain = 'next-server-1-'.$i.rand(1111,9999).'.test.multiweber.com';
|
||||
$newSubscription->save();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue