Add a TODO for the JobHandlerInterface. #270
This commit is contained in:
parent
4549e124eb
commit
1533987727
2 changed files with 3 additions and 2 deletions
|
|
@ -611,8 +611,6 @@ class CMBJobOrderHandler implements JobOrderHandlerInterface
|
|||
}
|
||||
|
||||
// fulfill job order
|
||||
// TODO: event sending has been moved to rider assignment handler for cmb. Might need
|
||||
// to consider resq implementation for event sending for the other methods.
|
||||
public function fulfillJobOrder(Request $req, $id, MQTTClient $mclient)
|
||||
{
|
||||
// initialize error list
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@ use App\Service\MapTools;
|
|||
|
||||
interface JobOrderHandlerInterface
|
||||
{
|
||||
// TODO: event sending has been moved to rider assignment handler for cmb. Might need
|
||||
// to consider resq implementation for event sending for the other methods.
|
||||
|
||||
// get job order rows
|
||||
public function getRows(Request $req, string $tier);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue