From f6aed85d9e5942bc8ce8f5670d0a5906f5bac301 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 20 Feb 2025 12:34:19 +0100 Subject: [PATCH] aa --- app/CustomFuncPao.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/CustomFuncPao.php b/app/CustomFuncPao.php index 8728b4ea..b98a9bd9 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -641,7 +641,7 @@ function showOrdiniWeb() try { $orders = OrderdetailWeb::orderBy('DataOra', 'desc') - ->take(5) + ->take(30) ->get(); $sep = "";