From 9ba51299dec1db95123d05ed904b6fbbab1d9c10 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 26 Jul 2024 16:18:28 +0200 Subject: [PATCH] aa --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });