From cfe41c93c565c4d219de5897c977aa21196afe73 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 13 Jun 2024 09:47:24 +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 33f44e7f..25a17f54 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(10) + ->take(30) ->get(); // Show the fields of the orders