*/ class ScenarioFactory extends Factory { public function definition(): array { return [ 'name' => $this->faker->words(2, true) . ' Budget', 'description' => $this->faker->text, ]; } }