remove start point from services

This commit is contained in:
2025-05-20 10:17:10 +03:30
parent 5f8c833c83
commit 6c7a969d34
4 changed files with 6 additions and 4 deletions

View File

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