test
This commit is contained in:
@@ -227,7 +227,7 @@ class TestPao extends Command
|
|||||||
// get the last record of Stock
|
// get the last record of Stock
|
||||||
echo "\nLast record Stock ...";
|
echo "\nLast record Stock ...";
|
||||||
|
|
||||||
$lastrecordStock = Stock::latest('DataOra')->take(10)->get();
|
$lastrecordStock = Stock::latest('DataOra')->take(1)->get();
|
||||||
|
|
||||||
$log .= '\n';
|
$log .= '\n';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user