var/cache/dev/Container5FwR7ak/getSonata_Intl_TimezoneDetector_LocaleService.php line 20
<?phpnamespace Container5FwR7ak;use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;use Symfony\Component\DependencyInjection\Exception\RuntimeException;/*** @internal This class has been auto-generated by the Symfony Dependency Injection Component.*/class getSonata_Intl_TimezoneDetector_LocaleService extends App_KernelDevDebugContainer{/*** Gets the public 'sonata.intl.timezone_detector.locale' shared service.** @return \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector** @deprecated Since sonata-project/intl-bundle 2.13: The "sonata.intl.timezone_detector.locale" service is deprecated since sonata-project/intl-bundle 2.13 and will be removed in 3.0.*/public static function do($container, $lazyLoad = true){trigger_deprecation('sonata-project/intl-bundle', '2.13', 'The "sonata.intl.timezone_detector.locale" service is deprecated since sonata-project/intl-bundle 2.13 and will be removed in 3.0.');return $container->services['sonata.intl.timezone_detector.locale'] = new \Sonata\IntlBundle\Timezone\LocaleBasedTimezoneDetector(($container->services['sonata.intl.locale_detector.request_stack'] ?? $container->load('getSonata_Intl_LocaleDetector_RequestStackService')), []);}}