作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !3167
... ... @@ -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;
}
... ...