This commit is contained in:
2019-05-13 23:24:17 -05:00
parent 4665c4f8e5
commit 2a7c556f97

View File

@@ -26,8 +26,6 @@ class JobHelper {
$this->jobStatus->job_name = $this->job_name;
$this->jobStatus->complete = $this->complete;
$this->jobStatus->system_time = $this->system_time;
$job->save();
}
public function SetStopStatus() {