fix list and crate update machine and change state for mission
This commit is contained in:
@@ -42,7 +42,7 @@ class RoadMaintenanceStationController extends Controller
|
||||
{
|
||||
$stations = RahdariPoint::query()
|
||||
->where('city_id', $request->query('city_id'))
|
||||
->get();
|
||||
->get(['id', 'name']);
|
||||
|
||||
return $this->successResponse($stations);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user