change relation
This commit is contained in:
@@ -226,6 +226,6 @@ class RoadMaintenanceStationController extends Controller
|
||||
|
||||
public function giveListToFms(): JsonResponse
|
||||
{
|
||||
return $this->successResponse(RahdariPoint::all(['id', 'name', 'lat', 'lng', 'area']));
|
||||
return $this->successResponse(RahdariPoint::all(['id', 'province_id', 'province_name', 'city_id', 'city_name', 'name', 'lat', 'lng', 'area']));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user