作者 lyh

gx数据

@@ -50,7 +50,7 @@ class lyhDemo extends Command @@ -50,7 +50,7 @@ class lyhDemo extends Command
50 protected $description = '更新路由'; 50 protected $description = '更新路由';
51 51
52 public function handle(){ 52 public function handle(){
53 - return $this->getExpectResult(); 53 + return $this->_actionRoute();
54 return true; 54 return true;
55 } 55 }
56 56