This commit is contained in:
paoloar77
2024-06-13 09:15:12 +02:00
parent 758ff1fd1c
commit dfa1e73135

View File

@@ -245,7 +245,7 @@ function showOrdini()
try {
$str = Schema::getColumnListing('Order');
$str = Schema::getColumnListing('orders');
/*$orders = Orderdetail::orderBy('Codice', 'desc')
->take(10)