I don't know how this file ended up there
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<?php
|
||||
$factory->define(App\Models\Airport::class, function (Faker\Generator $faker) {
|
||||
return [
|
||||
'code' => 'Y',
|
||||
'name' => 'Economy',
|
||||
'price' => '100',
|
||||
'capacity' => '200',
|
||||
];
|
||||
});
|
||||
Reference in New Issue
Block a user