正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -59,12 +59,14 @@ class RemainDay extends Command | @@ -59,12 +59,14 @@ class RemainDay extends Command | ||
| 59 | */ | 59 | */ |
| 60 | protected $description = '网站服务剩余时长'; | 60 | protected $description = '网站服务剩余时长'; |
| 61 | 61 | ||
| 62 | + public $project_id = 0; | ||
| 62 | 63 | ||
| 63 | /** | 64 | /** |
| 64 | * @return bool | 65 | * @return bool |
| 65 | */ | 66 | */ |
| 66 | public function handle() | 67 | public function handle() |
| 67 | { | 68 | { |
| 69 | + $this->project = new Project(); | ||
| 68 | $this->_action(); | 70 | $this->_action(); |
| 69 | return true; | 71 | return true; |
| 70 | } | 72 | } |
-
请 注册 或 登录 后发表评论