create sending webservices to panjereh vahed

This commit is contained in:
2025-11-11 14:05:07 +03:30
parent 2993adf5cd
commit e666e4c277
13 changed files with 246 additions and 156 deletions

View File

@@ -223,4 +223,9 @@ class RoadMaintenanceStationController extends Controller
allowedSelects: ['id', 'lat', 'lng', 'status', 'type'],
));
}
public function giveListToFms()
{
return $this->successResponse(RahdariPoint::all(['id', 'name', 'lat', 'lng', 'area']));
}
}