<?php
namespace ContainerSbDGJoa;
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 getLegacyNamespacedTemplateLocatorService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyNamespacedTemplateLocator' shared service.
*
* @return \Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyNamespacedTemplateLocator
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/sylius/theme-bundle/src/Twig/Locator/LegacyNamespacedTemplateLocator.php';
return $container->privates['Sylius\\Bundle\\ThemeBundle\\Twig\\Locator\\LegacyNamespacedTemplateLocator'] = new \Sylius\Bundle\ThemeBundle\Twig\Locator\LegacyNamespacedTemplateLocator(($container->services['.container.private.filesystem'] ?? ($container->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
}
}