소스 검색

Update ApachePingWebsitesWithCurl.php

Bozhidar Slaveykov 1 년 전
부모
커밋
0c665c112d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/app/Console/Commands/ApachePingWebsitesWithCurl.php

+ 1 - 1
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();
         }