Remove rider id from command. #630
This commit is contained in:
parent
d366106381
commit
9b7852d248
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ class UpdateUnacceptedJobOrdersCommand extends Command
|
||||||
foreach ($requeued_jos as $jo_info)
|
foreach ($requeued_jos as $jo_info)
|
||||||
{
|
{
|
||||||
$jo_id = $jo_info['jo_id'];
|
$jo_id = $jo_info['jo_id'];
|
||||||
$rider_id = $jo_info['rider_id'];
|
|
||||||
|
|
||||||
$jo = $em->getRepository(JobOrder::class)->find($jo_id);
|
$jo = $em->getRepository(JobOrder::class)->find($jo_id);
|
||||||
if ($jo != null)
|
if ($jo != null)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue