From 1d728ff5fd6b32c83fd2fc225c43540e93949af5 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 26 Jul 2024 17:28:24 +0200 Subject: [PATCH] aa --- routes/web.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/routes/web.php b/routes/web.php index b0803007..2054699f 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2166,7 +2166,6 @@ Route::get('/testcli', function () { $maxCodClienteInternet = Clientegm::max('CodClienteInternet'); $CodClienteInternet = $maxCodClienteInternet + 1; $cliente->CodClienteInternet = $CodClienteInternet; - dd($CodClienteInternet); } $cliente->Nominativo = 'Prova Prova2'; $cliente->Indirizzo = 'via prova 1'; @@ -2182,7 +2181,6 @@ Route::get('/testcli', function () { dd($cliente); } catch (\Throwable $th) { dd($th); - dd($cliente); } });