var/cache/dev/ContainerXjvFkL2/getLoginListenerService.php line 14

Open in your IDE?
  1. <?php
  2. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  3. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  4. // This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
  5. // Returns the private 'login_listener' shared autowired service.
  6. include_once \dirname(__DIR__4).'/src/UserBundle/Listener/LoginListener.php';
  7. include_once \dirname(__DIR__4).'/src/CoreBundle/Service/History/HistoryMessage.php';
  8. $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9. return $this->privates['login_listener'] = new \User\Listener\LoginListener($a, new \Core\Service\History\HistoryMessage($a), ($this->privates['Core\\Service\\Session\\Session'] ?? $this->load('getSession2Service.php')), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));