作者 lyh

变更数据

... ... @@ -59,12 +59,14 @@ class RemainDay extends Command
*/
protected $description = '网站服务剩余时长';
public $project_id = 0;
/**
* @return bool
*/
public function handle()
{
$this->project = new Project();
$this->_action();
return true;
}
... ...