作者 lyh

变更数据

@@ -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 }