From b2ea354975ea03192974daf79a49a551810ffc22 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Tue, 16 Jul 2024 10:27:40 +0200 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 39d70d2b..9bef2f77 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -478,7 +478,7 @@ function showOrdini() // $str = Schema::getColumnListing('Orderdetails'); $orders = Orderdetail::orderBy('DataOra', 'desc') - ->take(100) + ->take(20) ->get(); // Show the fields of the orders