fix controller for report

This commit is contained in:
2025-06-15 17:06:15 +03:30
parent 72b66d51f9
commit 6aa073f0ae

View File

@@ -237,6 +237,7 @@ Route::prefix('road_item_reports')
Route::get('/show_on_map/{roadItemsProject}', 'showOnMap')->name('showOnMap'); Route::get('/show_on_map/{roadItemsProject}', 'showOnMap')->name('showOnMap');
}); });
Route::prefix('road_patrol_reports') Route::prefix('road_patrol_reports')
->name('roadPatrolReports.') ->name('roadPatrolReports.')
->controller(RoadPatrolReportController::class) ->controller(RoadPatrolReportController::class)