From 14549d351d3a6a310aeb4f8917c8737975244e45 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 11 Jul 2024 14:22:09 +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 6841289f..13875db1 100644 --- a/routes/web.php +++ b/routes/web.php @@ -5884,7 +5884,7 @@ Route::get('/test30/{id}', function ($id) { dd($clienti); }); Route::get('/testclientegm/{id}', function ($id) { - $cliente = Clientegm::where('IdInternet', $id)->first(); + $cliente = Clientegm::where('IdInternet', (int) $id)->first(); if ($cliente) { echo $cliente->Nominativo . ' '; echo $cliente->IdInternet . ' ';