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);