add validation

This commit is contained in:
amirghasempoor
2026-06-22 15:30:35 +03:30
parent 3708e2ebfb
commit 0befa33b0f
8 changed files with 14 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ class RequestPortalService
'description', 'requested_machines', 'type', 'type_fa', 'start_date', 'state_id',
'end_date', 'request_date', 'end_point', 'encoded_route', 'zone', 'zone_fa', 'start_time', 'finish_time',
'code', 'category_id', 'category_name', 'explanation', 'city_id', 'city_name', 'province_id', 'station_name',
'driver_id', 'driver_name'
'driver_id', 'driver_name', 'machine_id', 'item_id', 'sub_item_id'
]
);
}