From 6029c50d89f098dd3176c8dd4296ec235d6db0da Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 11 Jul 2024 12:14:31 +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 4f35a35b..7f24b866 100644 --- a/routes/web.php +++ b/routes/web.php @@ -2284,7 +2284,7 @@ Route::post('/updatecreate', function (Request $request) { } $cliente->IdInternet = $request->id; - $productLogger->addLog('', ' ...fine compilazione campi Cliente'); + $productLogger->addLog('', ' ...fine compilazione campi Cliente' . json_encode($cliente)); $cliente->save(); $productLogger->addLog('', 'Salvato Cliente:' . json_encode($cliente));