*/ public function definition(): array { return [ 'id' => null, 'user_id' => fn () => \App\Models\User::factory()->create()->id, 'subject' => $this->faker->text(), 'body' => $this->faker->sentence, ]; } }