This commit is contained in:
paoloar77
2024-05-18 17:32:38 +02:00
parent 761fa1ec49
commit 59d1812c36

View File

@@ -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 '<pre>' . json_encode($array, JSON_PRETTY_PRINT) . '</pre>';
};
Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $postid) {