feat : rank
This commit is contained in:
@@ -143,9 +143,9 @@ class Order extends Model
|
|||||||
* @param int $cycleId
|
* @param int $cycleId
|
||||||
* @param int $kitchenId
|
* @param int $kitchenId
|
||||||
* @param int $type
|
* @param int $type
|
||||||
* @return int
|
* @return int|string
|
||||||
*/
|
*/
|
||||||
public function getCopiesByCycleIdAndKitchenId(int $cycleId, int $kitchenId,int $type): int
|
public function getCopiesByCycleIdAndKitchenId(int $cycleId, int $kitchenId,int $type): int|string
|
||||||
{
|
{
|
||||||
return $this
|
return $this
|
||||||
->where('cycle_id',$cycleId)
|
->where('cycle_id',$cycleId)
|
||||||
|
|||||||
Reference in New Issue
Block a user