move market data seeder to dedicated command

This commit is contained in:
hackerESQ
2024-09-08 21:17:12 -05:00
parent 92e57e6638
commit 1a8e43f790
4 changed files with 66 additions and 5 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ class MarketDataSeeder extends Seeder
// Close the CSV file
fclose($handle);
echo "Imported $rowCount items successfully!\n";
echo "Imported $rowCount market data items successfully!\n";
} else {