feat : ide config
This commit is contained in:
@@ -294,7 +294,7 @@ class GoodCache
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
public function delCache(int $kitchenId,int $cycleId)
|
||||
public function delCache(int $kitchenId,int $cycleId): void
|
||||
{
|
||||
$keyArr = [
|
||||
ApiRedisKey::mealGoodListKey($cycleId,$kitchenId),
|
||||
|
||||
Reference in New Issue
Block a user