feat : rank
This commit is contained in:
@@ -45,8 +45,8 @@ class FinishService extends BaseService
|
||||
*/
|
||||
public function handle(): array
|
||||
{
|
||||
$kitchenId = (int)$this->request->input('kitchenId');
|
||||
$cycleId = (int)$this->request->input('cycleId');
|
||||
$kitchenId = (int)$this->request->input('kitchen_id');
|
||||
$cycleId = (int)$this->request->input('cycle_id');
|
||||
|
||||
$orderIds = $this->orderModel
|
||||
->where('kitchen_id', $kitchenId)
|
||||
|
||||
Reference in New Issue
Block a user