作者 刘锟

update

@@ -43,8 +43,6 @@ class Temp extends Command @@ -43,8 +43,6 @@ class Temp extends Command
43 43
44 public function handle() 44 public function handle()
45 { 45 {
46 - $check = dns_get_record('www.egwall.com', DNS_A);  
47 - dd($check);  
48 $this->change_cname_projects(); 46 $this->change_cname_projects();
49 } 47 }
50 48