diff --git a/app/Constants/Common/SystemConfigCode.php b/app/Constants/Common/SystemConfigCode.php new file mode 100644 index 0000000..f0b9ca0 --- /dev/null +++ b/app/Constants/Common/SystemConfigCode.php @@ -0,0 +1,19 @@ +request->input('kitchen_id'); + $kitchenId = (int)$this->request->input('kitchen_id'); $kitchenInfo = $this->kitchenModel->getInfoById($kitchenId); $this->cityId = (int)$kitchenInfo->city_id;