add transportation routes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user