From d8b017f188028046273900d5dcaa50264ef3ce74 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 10:02:29 +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 fa712355..076fe3c8 100644 --- a/app/CustomFuncPao.php +++ b/app/CustomFuncPao.php @@ -248,7 +248,7 @@ function showOrdini() // $str = Schema::getColumnListing('Orderdetails'); $orders = Orderdetail::orderBy('DataOra', 'desc') - ->take(50) + ->take(20) ->get(); // Show the fields of the orders