Style fixes

This commit is contained in:
Nabeel Shahzad
2022-03-28 13:55:42 -04:00
parent e2226b7400
commit ca1cd01f3d
10 changed files with 25 additions and 25 deletions

View File

@@ -25,7 +25,7 @@ class SubfleetFactory extends Factory
{
return [
'id' => null,
'airline_id' => fn () => \App\Models\Airline::factory()->create()->id,
'airline_id' => fn () => \App\Models\Airline::factory()->create()->id,
'name' => $this->faker->unique()->text(50),
'type' => $this->faker->unique()->text(7),
'ground_handling_multiplier' => $this->faker->numberBetween(50, 200),