i donot know

This commit is contained in:
2025-07-28 10:12:50 +03:30
parent dd661d6dad
commit 51969cbd2a
20 changed files with 1034 additions and 143 deletions

View File

@@ -65,7 +65,6 @@ class ObservedItemController extends Controller
'item_name' => $info_item->item_str,
'sub_item_id' => $info_item->sub_item,
'sub_item_name' => $info_item->sub_item_str,
'local_name' => $item['local_name'],
'description' => $item['description'] ?? null,
'start_lat' => $start[0],
'start_lon' => $start[1],