Add "visible" field to factory
This commit is contained in:
@@ -31,6 +31,7 @@ $factory->define(App\Models\Flight::class, function (Faker $faker) {
|
|||||||
'flight_time' => $faker->numberBetween(60, 360),
|
'flight_time' => $faker->numberBetween(60, 360),
|
||||||
'has_bid' => false,
|
'has_bid' => false,
|
||||||
'active' => true,
|
'active' => true,
|
||||||
|
'visible' => true,
|
||||||
'days' => 0,
|
'days' => 0,
|
||||||
'start_date' => null,
|
'start_date' => null,
|
||||||
'end_date' => null,
|
'end_date' => null,
|
||||||
|
|||||||
Reference in New Issue
Block a user