This commit is contained in:
paoloar77
2024-05-17 13:46:34 +02:00
parent b8d8ff0f51
commit 6086868f22

View File

@@ -227,7 +227,7 @@ class TestPao extends Command
// get the last record of Stock
echo "\nLast record Stock ...";
$lastrecordStock = Stock::latest('DataOra')->take(10)->get();
$lastrecordStock = Stock::latest('DataOra')->take(1)->get();
$log .= '\n';