浏览代码

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