<?php
namespace ContainerAEruFg2;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getMasterResponseFactoryService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Slivki\Response\Beauty\Offer\Factory\MasterResponseFactory' shared autowired service.
*
* @return \Slivki\Response\Beauty\Offer\Factory\MasterResponseFactory
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Response/Beauty/Offer/Factory/MasterResponseFactory.php';
$a = ($container->privates['Slivki\\Services\\ImageService'] ?? $container->getImageServiceService());
if (isset($container->privates['Slivki\\Response\\Beauty\\Offer\\Factory\\MasterResponseFactory'])) {
return $container->privates['Slivki\\Response\\Beauty\\Offer\\Factory\\MasterResponseFactory'];
}
$b = ($container->privates['Slivki\\Dao\\Category\\Rating\\DirectorRatingDaoInterface'] ?? $container->load('getDirectorRatingDaoInterfaceService'));
if (isset($container->privates['Slivki\\Response\\Beauty\\Offer\\Factory\\MasterResponseFactory'])) {
return $container->privates['Slivki\\Response\\Beauty\\Offer\\Factory\\MasterResponseFactory'];
}
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')));
}
}