use polyline encoder for command

This commit is contained in:
2026-06-14 08:50:36 +03:30
parent 5f2d214a56
commit 17a6e903ae
4 changed files with 12 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ class ReportMachineController extends Controller
allowedSortings: ['*'],
allowedSelects: [
'id', 'province_id', 'province_name', 'city_id', 'city_name',
'end_km', 'km', 'driver_name', 'state_name',
'end_km', 'km', 'driver_name', 'state_name', 'station_name'
]
);
}