*/ class ServiceFactory extends Factory { protected $model = Service::class; public function definition(): array { return [ ]; } }