From 0c665c112df88ba0d0f20f9a40819b4fb7c4caa4 Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Sun, 7 Apr 2024 14:36:23 +0300 Subject: [PATCH] Update ApachePingWebsitesWithCurl.php --- web/app/Console/Commands/ApachePingWebsitesWithCurl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/Console/Commands/ApachePingWebsitesWithCurl.php b/web/app/Console/Commands/ApachePingWebsitesWithCurl.php index 38b3bc8..11bd8c8 100644 --- a/web/app/Console/Commands/ApachePingWebsitesWithCurl.php +++ b/web/app/Console/Commands/ApachePingWebsitesWithCurl.php @@ -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(); }