<?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 getTwig_CacheWarmerService extends appAppKernelDevDebugContainer
{
/**
* Gets the private 'twig.cache_warmer' shared service.
*
* @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer
*
* @deprecated The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
*/
public static function do($container, $lazyLoad = true)
{
trigger_deprecation('', '', 'The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.');
return $container->privates['twig.cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer(($container->privates['.service_locator.aq4MYft'] ?? $container->load('get_ServiceLocator_Aq4MYftService'))->withContext('twig.cache_warmer', $container), ($container->privates['templating.finder'] ?? $container->load('getTemplating_FinderService')), [(\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sales/Resources/views') => 'Sales', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Accounts/Resources/views') => 'Accounts', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Datev/Resources/views') => 'Datev', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Purchase/Resources/views') => 'Purchase', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Inventory/Resources/views') => 'Inventory', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/FixedAsset/Resources/views') => 'FixedAsset', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Project/Resources/views') => 'Project', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Production/Resources/views') => 'Production', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Demo/Resources/views') => 'Demo', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/System/Resources/views') => 'System', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Loan/Resources/views') => 'Loan', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/HoneybeeWeb/Resources/views') => 'HoneybeeWeb', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Task/Resources/views') => 'Task', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Buddybee/Resources/views') => 'Buddybee', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Authentication/Resources/views') => 'Authentication', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/MarketPlace/Resources/views') => 'MarketPlace', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/Sophia/Resources/views') => 'Sophia', (\dirname(__DIR__, 4).'/src/ApplicationBundle/Modules/OperationService/Resources/views') => 'OperationService', (\dirname(__DIR__, 4).'/src/CompanyGroupBundle/Modules/Blockchain/Resources/views') => 'Blockchain', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL]);
}
}