feat : site pid
This commit is contained in:
@@ -162,6 +162,7 @@ class SiteService extends BaseService
|
|||||||
$model->city_id = $this->cityId;
|
$model->city_id = $this->cityId;
|
||||||
$model->delivered_id = $this->driverId;
|
$model->delivered_id = $this->driverId;
|
||||||
$model->kitchen_id = $this->kitchenId;
|
$model->kitchen_id = $this->kitchenId;
|
||||||
|
$model->pid = $this->request->input('pid',0);
|
||||||
$model->address = $this->request->input('address');
|
$model->address = $this->request->input('address');
|
||||||
$model->lng = $this->request->input('lng');
|
$model->lng = $this->request->input('lng');
|
||||||
$model->lat = $this->request->input('lat');
|
$model->lat = $this->request->input('lat');
|
||||||
|
|||||||
Reference in New Issue
Block a user