This commit is contained in:
paoloar77
2024-06-13 10:02:29 +02:00
parent d85ba67350
commit d8b017f188

View File

@@ -248,7 +248,7 @@ function showOrdini()
// $str = Schema::getColumnListing('Orderdetails'); // $str = Schema::getColumnListing('Orderdetails');
$orders = Orderdetail::orderBy('DataOra', 'desc') $orders = Orderdetail::orderBy('DataOra', 'desc')
->take(50) ->take(20)
->get(); ->get();
// Show the fields of the orders // Show the fields of the orders