create area for mission and asaynd geometry

This commit is contained in:
2025-06-09 15:45:51 +03:30
parent 6652ed7e19
commit 1b6870d7f4
5 changed files with 15 additions and 2 deletions

View File

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