Update
This commit is contained in:
@@ -50,7 +50,7 @@ public function run(): void
|
||||
$this->ensureMediaCollectionExists();
|
||||
|
||||
// Read CSV file
|
||||
$csv_path = database_path('seeders/data/g2.csv');
|
||||
$csv_path = database_path('seeders/data/aura-farming.csv');
|
||||
$meme_data = $this->parseCsvFile($csv_path);
|
||||
|
||||
$this->command->info('📊 Found '.count($meme_data).' memes to import');
|
||||
|
||||
Reference in New Issue
Block a user