feat : rank
This commit is contained in:
@@ -73,9 +73,9 @@ class Spu extends Model
|
||||
* @param int $cycleId
|
||||
* @param int $kitchenId
|
||||
* @param int $type
|
||||
* @return Builder[]|Collection
|
||||
* @return Builder[]|Collection|null
|
||||
*/
|
||||
public function getListByCycleIdAndType(int $cycleId, int $kitchenId, int $type): Collection|array
|
||||
public function getListByCycleIdAndType(int $cycleId, int $kitchenId, int $type): Collection|array|null
|
||||
{
|
||||
return $this
|
||||
->where('cycle_id',$cycleId)
|
||||
|
||||
Reference in New Issue
Block a user