正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
| @@ -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 | /** |
-
请 注册 或 登录 后发表评论