From 03f072d03b10ba1fbdf68c595bc6426f6dbff8d2 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 09:54:16 +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 25a17f54..3a178b14 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(30) + ->take(50) ->get(); // Show the fields of the orders