var/cache/dev/ContainerF4bQ0H1/getReservationsQuoteControllerService.php line 18

Open in your IDE?
  1. <?php
  2. namespace ContainerF4bQ0H1;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getReservationsQuoteControllerService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the public 'App\MDS\VenuesBundle\Controller\ReservationsQuoteController' shared autowired service.
  12.      *
  13.      * @return \App\MDS\VenuesBundle\Controller\ReservationsQuoteController
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  18.         include_once \dirname(__DIR__4).'/src/MDS/VenuesBundle/Controller/ReservationsQuoteController.php';
  19.         $container->services['App\\MDS\\VenuesBundle\\Controller\\ReservationsQuoteController'] = $instance = new \App\MDS\VenuesBundle\Controller\ReservationsQuoteController(($container->services['translator'] ?? $container->getTranslatorService()), ($container->privates['App\\Service\\AgendaService'] ?? $container->load('getAgendaServiceService')), ($container->privates['App\\Service\\VenueService'] ?? $container->load('getVenueServiceService')), ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')), ($container->privates['App\\Service\\ReservationService'] ?? $container->load('getReservationServiceService')), ($container->privates['App\\Service\\DocContractService'] ?? $container->load('getDocContractServiceService')));
  20.         $instance->setContainer(($container->privates['.service_locator.WDn1ijJ'] ?? $container->load('get_ServiceLocator_WDn1ijJService'))->withContext('App\\MDS\\VenuesBundle\\Controller\\ReservationsQuoteController'$container));
  21.         return $instance;
  22.     }
  23. }