fix list and crate update machine and change state for mission

This commit is contained in:
2026-06-09 14:50:13 +03:30
parent e0edcf6db2
commit 5004b99d03
9 changed files with 117 additions and 28 deletions

View File

@@ -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);
}