var/cache/dev/ContainerAdNOpQA/getAsturiasDestinationControllerService.php line 16

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 public 'App\Controller\AsturiasDestinationController' shared autowired service.
  6. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Util/Interfaces/RendererAwareInterface.php';
  7. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Util/Traits/RendererTrait.php';
  8. include_once \dirname(__DIR__4).'/vendor/wearemarketing/corebundle/Controller/Traits/RendererControllerTrait.php';
  9. include_once \dirname(__DIR__4).'/src/Controller/AsturiasDestinationController.php';
  10. $this->services['App\\Controller\\AsturiasDestinationController'] = $instance = new \App\Controller\AsturiasDestinationController(($this->privates['App\\Repository\\Interfaces\\HotelRepositoryInterface'] ?? $this->getHotelRepositoryInterfaceService()));
  11. $instance->setTwig(($this->services['twig'] ?? $this->getTwigService()));
  12. return $instance;