<?php
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the public 'sylius.controller.shop.contact' shared autowired service.
include_once \dirname(__DIR__, 4).'/src/Controller/Shop/ContactController.php';
return $this->services['sylius.controller.shop.contact'] = new \App\Controller\Shop\ContactController(($this->services['sylius.shop.locale_stripping_router'] ?? $this->getSylius_Shop_LocaleStrippingRouterService()), ($this->services['form.factory'] ?? $this->getForm_FactoryService()), ($this->services['twig'] ?? $this->getTwigService()), ($this->services['Sylius\\Component\\Channel\\Context\\ChannelContextInterface'] ?? $this->getChannelContextInterfaceService()), ($this->services['sylius.context.customer'] ?? $this->getSylius_Context_CustomerService()), ($this->services['Sylius\\Component\\Locale\\Context\\LocaleContextInterface'] ?? $this->getLocaleContextInterfaceService()), ($this->services['Sylius\\Bundle\\ShopBundle\\EmailManager\\ContactEmailManagerInterface'] ?? $this->load('getContactEmailManagerInterfaceService.php')), ($this->privates['App\\Files\\Uploader\\ContactUploader'] ?? $this->load('getContactUploaderService.php')), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));