作者 李宇航

合并分支 'lyh-server' 到 'master'

gx脚本--生成新的main



查看合并请求 !2033
@@ -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