*/ use CarbonTypeConverter; /** * @return class-string */ protected function getCarbonClassName(): string { return CarbonImmutable::class; } }