作者 lyh

变更数据

@@ -35,7 +35,10 @@ class GeoCount extends Command @@ -35,7 +35,10 @@ class GeoCount extends Command
35 35
36 36
37 public function handle(){ 37 public function handle(){
38 - 38 + $this->output('start');
  39 + $this->_action();
  40 + $this->output('end');
  41 + return true;
39 } 42 }
40 43
41 /** 44 /**