var/cache/dev/ContainerVZrPzSY/getTranslation_Loader_YmlService.php line 1
<?phpnamespace ContainerVZrPzSY;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 getTranslation_Loader_YmlService extends App_KernelDevDebugContainer{/*** Gets the private 'translation.loader.yml' shared service.** @return \Symfony\Component\Translation\Loader\YamlFileLoader*/public static function do($container, $lazyLoad = true){include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/LoaderInterface.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/ArrayLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/FileLoader.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';return $container->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();}}