Fix syntax bugs #424

This commit is contained in:
Kendrick Chan 2020-06-20 16:46:00 +08:00
parent b618605849
commit ef7e362c7d
2 changed files with 2 additions and 2 deletions

View file

@ -804,7 +804,7 @@ class JobOrder
public function perform() public function perform()
{ {
$this->setStatus(JOStatus::PERFORM) $this->setStatus(JOStatus::PERFORM);
} }
public function fulfill() public function fulfill()

View file

@ -814,7 +814,7 @@ class CMBRiderAPIHandler implements RiderAPIHandlerInterface
return $data; return $data;
} }
$jo->perform() $jo->perform();
// TODO: make event for this? // TODO: make event for this?