<?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_FinderService extends appAppKernelDevDebugContainer
{
/**
* Gets the private 'templating.finder' shared service.
*
* @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder
*
* @deprecated The "templating.finder" 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.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.');
include_once \dirname(__DIR__, 4).'/vendor/symfony/templating/TemplateNameParserInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Templating/TemplateFilenameParser.php';
return $container->privates['templating.finder'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder(($container->services['kernel'] ?? $container->get('kernel', 1)), new \Symfony\Bundle\FrameworkBundle\Templating\TemplateFilenameParser(), (\dirname(__DIR__, 4).'/app/Resources'));
}
}