var/cache/dev/ContainerKx5kxuS/getContactControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerKx5kxuS;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getContactControllerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\Controller\Shop\ContactController' shared autowired service.
  12.      *
  13.      * @return \App\Controller\Shop\ContactController
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Controller/Shop/ContactController.php';
  18.         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()));
  19.     }
  20. }