feat : catering
This commit is contained in:
@@ -33,11 +33,11 @@ trait CycleTrait
|
||||
protected ConfigCache $configCache;
|
||||
|
||||
/**
|
||||
* @return bool|float|Redis
|
||||
* @return float|bool|Redis|int
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
protected function initTodayCycleId(): float|bool|Redis
|
||||
protected function initTodayCycleId(): float|bool|Redis|int
|
||||
{
|
||||
$TodayCutOffTime = $this->configCache->getConfigValueByKey(ConfigCode::TODAY_CUT_OFF_TIME_KEY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user