diff --git a/routes/web.php b/routes/web.php index ccaf72ea..a05a4add 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6112,7 +6112,7 @@ Route::get('/ordineclientegm/{id}', function ($id) { dd($clients); }); -Route::get('/tutticlientigm', function ($id) { +Route::get('/tutticlientigm', function () { $clients = Clientegm::all(); dd($clients); });