<?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\ExperienceDetailController' 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/ExperienceDetailController.php';
$this->services['App\\Controller\\ExperienceDetailController'] = $instance = new \App\Controller\ExperienceDetailController();
$instance->setTwig(($this->services['twig'] ?? $this->getTwigService()));
return $instance;