<?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 'App\Controller\RoomListController' shared autowired service.
include_once \dirname(__DIR__, 4).'/vendor/wearemarketing/corebundle/Util/Interfaces/RendererAwareInterface.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).'/src/Controller/RoomListController.php';
$this->services['App\\Controller\\RoomListController'] = $instance = new \App\Controller\RoomListController(($this->privates['App\\Repository\\Interfaces\\PromotionRepositoryInterface'] ?? $this->load('getPromotionRepositoryInterfaceService.php')));
$instance->setTwig(($this->services['twig'] ?? $this->getTwigService()));
return $instance;