Переглянути джерело

Update ApachePingWebsitesWithCurl.php

Bozhidar Slaveykov 1 рік тому
батько
коміт
3624b73e62

+ 1 - 1
web/app/Console/Commands/ApachePingWebsitesWithCurl.php

@@ -35,7 +35,7 @@ class ApachePingWebsitesWithCurl extends Command
             $newSubscription = new \App\Models\HostingSubscription();
             $newSubscription = new \App\Models\HostingSubscription();
             $newSubscription->customer_id = $findCustomer->id;
             $newSubscription->customer_id = $findCustomer->id;
             $newSubscription->hosting_plan_id = $findHostingPlan->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();
             $newSubscription->save();
         }
         }