var/cache/dev/ContainerAdNOpQA/getHomeControllerService.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\HomeController' 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/HomeController.php';
  10. $this->services['App\\Controller\\HomeController'] = $instance = new \App\Controller\HomeController(($this->privates['App\\Repository\\Interfaces\\HotelRepositoryInterface'] ?? $this->getHotelRepositoryInterfaceService()), ($this->privates['WAM\\Bundle\\WebContentBundle\\Repository\\Interfaces\\ReviewRepositoryInterface'] ?? $this->getReviewRepositoryInterface2Service()), ($this->privates['App\\Repository\\News\\Interfaces\\PostRepositoryInterface'] ?? $this->load('getPostRepositoryInterfaceService.php')), ($this->privates['WAM\\Bundle\\NewsBundle\\Repository\\Interfaces\\PostCategoryRepositoryInterface'] ?? $this->load('getPostCategoryRepositoryInterfaceService.php')), ($this->privates['App\\Repository\\Ecommerce\\Interfaces\\GiftRepositoryInterface'] ?? $this->getGiftRepositoryInterfaceService()));
  11. $instance->setTwig(($this->services['twig'] ?? $this->getTwigService()));
  12. return $instance;