<?php
namespace ContainerQ8VjVwR;
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 getCategoryBoxServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'Slivki\Services\Sale\CategoryBoxService' shared autowired service.
*
* @return \Slivki\Services\Sale\CategoryBoxService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Services/Sale/CategoryBoxService.php';
include_once \dirname(__DIR__, 4).'/src/Services/Sale/SaleSorter.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->services['Slivki\\Services\\Sale\\CategoryBoxService'])) {
return $container->services['Slivki\\Services\\Sale\\CategoryBoxService'];
}
$b = ($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService());
if (isset($container->services['Slivki\\Services\\Sale\\CategoryBoxService'])) {
return $container->services['Slivki\\Services\\Sale\\CategoryBoxService'];
}
$c = ($container->privates['Slivki\\Repository\\OfferPaidCategory\\Admin\\OfferPaidCategoryRepositoryInterface'] ?? $container->load('getOfferPaidCategoryRepositoryInterfaceService'));
if (isset($container->services['Slivki\\Services\\Sale\\CategoryBoxService'])) {
return $container->services['Slivki\\Services\\Sale\\CategoryBoxService'];
}
return $container->services['Slivki\\Services\\Sale\\CategoryBoxService'] = new \Slivki\Services\Sale\CategoryBoxService($a, $b, ($container->services['Slivki\\Services\\Sale\\SaleSorter'] ?? ($container->services['Slivki\\Services\\Sale\\SaleSorter'] = new \Slivki\Services\Sale\SaleSorter())), $c, ($container->privates['Slivki\\Repository\\Sale\\SaleRepository'] ?? $container->load('getSaleRepositoryService')), ($container->services['Slivki\\Services\\TextCacheService'] ?? ($container->services['Slivki\\Services\\TextCacheService'] = new \Slivki\Services\TextCacheService())));
}
}