This commit is contained in:
paoloar77
2024-06-13 09:16:07 +02:00
parent 46267efe74
commit 78d957cea5

View File

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