From 59d1812c36f3876915edd961c8144e7d5f2ab062 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sat, 18 May 2024 17:32:38 +0200 Subject: [PATCH] t --- routes/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 3686ed58..465779e5 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6059,7 +6059,7 @@ Route::get('/ordineclientegm/{id}', function ($id) { Route::get('/provapao', [TestPaoController::class, 'provapao']); function showarray($array) { - json_encode($array, JSON_PRETTY_PRINT); + echo '
' . json_encode($array, JSON_PRETTY_PRINT) . '
'; }; Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $postid) {