This commit is contained in:
2026-04-01 12:01:19 +10:00
parent 4298520cdb
commit 7072c34531
+1 -1
View File
@@ -13,7 +13,7 @@ class AirlinesSeeder extends Seeder
*/
public function run(): void
{
$path = storage_path('app/private/seed_data/airlines.csv');
$path = storage_path('app/private/seed_data/Airlines.csv');
$file = fopen($path, 'r');
$header = fgetcsv($file, separator: ';');