Logo API
This commit is contained in:
@@ -13,7 +13,7 @@ class AirlinesSeeder extends Seeder
|
|||||||
*/
|
*/
|
||||||
public function run(): void
|
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');
|
$file = fopen($path, 'r');
|
||||||
|
|
||||||
$header = fgetcsv($file, separator: ';');
|
$header = fgetcsv($file, separator: ';');
|
||||||
|
|||||||
Reference in New Issue
Block a user