<?php
namespace ContainerKx5kxuS;
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 getContactControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Shop\ContactController' shared autowired service.
*
* @return \App\Controller\Shop\ContactController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Controller/Shop/ContactController.php';
return $container->services['App\\Controller\\Shop\\ContactController'] = new \App\Controller\Shop\ContactController(($container->services['router'] ?? $container->getRouterService()), ($container->services['.container.private.form.factory'] ?? $container->get_Container_Private_Form_FactoryService()), ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService()), ($container->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $container->getChannelContextInterfaceService()), ($container->services['sylius.context.customer'] ?? $container->getSylius_Context_CustomerService()), ($container->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $container->getLocaleContextInterfaceService()), ($container->services['sylius.email_manager.contact'] ?? $container->load('getSylius_EmailManager_ContactService')), ($container->services['bitbag_sylius_cms_plugin.repository.page'] ?? $container->getBitbagSyliusCmsPlugin_Repository_PageService()), ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->services['translator'] ?? $container->getTranslatorService()));
}
}