fn () => User::factory()->create()->id, 'staff_id' => fn () => User::factory()->create()->id, 'message' => $this->faker->text, ]; } }