add transportation routes

This commit is contained in:
2025-05-20 09:50:10 +03:30
parent 5c2901f33a
commit 057ed49fd1
13 changed files with 91 additions and 39 deletions

View File

@@ -14,8 +14,8 @@ class TransportationUnitService
{
$fields = [
'id', 'user_id', 'username', 'state_name', 'province_name', 'edare_shahri_name',
'description', 'requested_machine_type', 'requested_machine_numbers', 'type',
'start_date', 'end_date', 'request_date', 'start_point', 'end_point',
'description', 'requested_machines', 'type', 'start_date',
'end_date', 'request_date', 'start_point', 'end_point',
];
$query = Mission::query()