some test changes
This commit is contained in:
9
app/Services/AirportFactory.php
Normal file
9
app/Services/AirportFactory.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?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