作者 lyh

gx脚本

@@ -54,6 +54,7 @@ class lyhDemo extends Command @@ -54,6 +54,7 @@ class lyhDemo extends Command
54 protected $description = '更新路由'; 54 protected $description = '更新路由';
55 55
56 public function handle(){ 56 public function handle(){
  57 + $this->_actionTemplateMain();
57 return true; 58 return true;
58 } 59 }
59 60