var/cache/dev/ContainerAEruFg2/getMasterResponseFactoryService.php line 27

Open in your IDE?
  1. <?php
  2. namespace ContainerAEruFg2;
  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 getMasterResponseFactoryService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Slivki\Response\Beauty\Offer\Factory\MasterResponseFactory' shared autowired service.
  12.      *
  13.      * @return \Slivki\Response\Beauty\Offer\Factory\MasterResponseFactory
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Response/Beauty/Offer/Factory/MasterResponseFactory.php';
  18.         $a = ($container->privates['Slivki\\Services\\ImageService'] ?? $container->getImageServiceService());
  19.         if (isset($container->privates['Slivki\\Response\\Beauty\\Offer\\Factory\\MasterResponseFactory'])) {
  20.             return $container->privates['Slivki\\Response\\Beauty\\Offer\\Factory\\MasterResponseFactory'];
  21.         }
  22.         $b = ($container->privates['Slivki\\Dao\\Category\\Rating\\DirectorRatingDaoInterface'] ?? $container->load('getDirectorRatingDaoInterfaceService'));
  23.         if (isset($container->privates['Slivki\\Response\\Beauty\\Offer\\Factory\\MasterResponseFactory'])) {
  24.             return $container->privates['Slivki\\Response\\Beauty\\Offer\\Factory\\MasterResponseFactory'];
  25.         }
  26.         return $container->privates['Slivki\\Response\\Beauty\\Offer\\Factory\\MasterResponseFactory'] = new \Slivki\Response\Beauty\Offer\Factory\MasterResponseFactory($a$b, ($container->privates['Slivki\\Services\\Offer\\OfferCacheService'] ?? $container->load('getOfferCacheServiceService')));
  27.     }
  28. }