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