This commit is contained in:
ct
2025-07-17 21:03:09 +08:00
parent 20a5672753
commit cde2928694
2 changed files with 3 additions and 1 deletions

View File

@@ -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');