From 3624b73e6252116479240ef6ec96a451e9e953c8 Mon Sep 17 00:00:00 2001 From: Bozhidar Slaveykov Date: Sun, 7 Apr 2024 16:53:28 +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 dcab5bc..c6ec0e3 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 = 'next-'.rand(111,999).'server-1-'.$i.rand(1111,9999).'.test.multiweber.com'; + $newSubscription->domain = 'next-'.rand(11111,99999).'server-1-'.$i.rand(11111,99999).'.test.multiweber.com'; $newSubscription->save(); }