<?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 'wam_user.controller.login_user' shared service.
include_once \dirname(__DIR__, 4).'/vendor/wearemarketing/corebundle/Util/Interfaces/RendererAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/wearemarketing/corebundle/Util/Interfaces/FormFactoryAwareInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/wearemarketing/corebundle/Util/Traits/RendererTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/wearemarketing/corebundle/Controller/Traits/RendererControllerTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/wearemarketing/corebundle/Util/Traits/FormFactoryAwareTrait.php';
include_once \dirname(__DIR__, 4).'/vendor/wearemarketing/userbundle/Controller/User/LoginController.php';
$this->services['wam_user.controller.login_user'] = $instance = new \WAM\Bundle\UserBundle\Controller\User\LoginController(($this->services['security.authentication_utils'] ?? $this->load('getSecurity_AuthenticationUtilsService.php')), 'WAM\\Bundle\\UserBundle\\Form\\Type\\LoginFormType');
$instance->setTwig(($this->services['twig'] ?? $this->getTwigService()));
$instance->setFormFactory(($this->services['form.factory'] ?? $this->getForm_FactoryService()));
return $instance;