<?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 getTemplating_CacheWarmer_TemplatePathsService extends appAppKernelDevDebugContainer
{
/**
* Gets the private 'templating.cache_warmer.template_paths' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer
*
* @deprecated The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('', '', 'The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.');
return $container->privates['templating.cache_warmer.template_paths'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer(($container->privates['templating.finder'] ?? $container->load('getTemplating_FinderService')), ($container->privates['templating.locator'] ?? $container->load('getTemplating_LocatorService')));
}
}