From 3690054e94dc2548ca1f27ee6961aa43a8ce4ed9 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Fri, 26 Jul 2024 17:29:13 +0200 Subject: [PATCH] aa --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index 2054699f..b65d6338 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2176,6 +2176,7 @@ Route::get('/testcli', function () { $cliente->Email = 'email@email.com'; $cliente->CodClienteGM = ''; $cliente->IdNazione = 227; // ITALIA + $cliente->IdInternet = 68499; try { $cliente->save(); dd($cliente);