<?php
namespace ContainerMBEyLVQ;
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 getTemplatingService extends appAppKernelDevDebugContainer
{
/**
* Gets the public 'templating' shared service.
*
* @return \Symfony\Bundle\TwigBundle\TwigEngine
*
* @deprecated The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('', '', 'The "templating" service is deprecated since Symfony 4.4 and will be removed in 5.0.');
return $container->services['templating'] = new \Symfony\Bundle\TwigBundle\TwigEngine(($container->services['twig'] ?? $container->getTwigService()), ($container->privates['templating.name_parser'] ?? $container->load('getTemplating_NameParserService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
}
}