fix controller for report
This commit is contained in:
@@ -237,6 +237,7 @@ Route::prefix('road_item_reports')
|
||||
Route::get('/show_on_map/{roadItemsProject}', 'showOnMap')->name('showOnMap');
|
||||
});
|
||||
|
||||
|
||||
Route::prefix('road_patrol_reports')
|
||||
->name('roadPatrolReports.')
|
||||
->controller(RoadPatrolReportController::class)
|
||||
|
||||
Reference in New Issue
Block a user