<?php
namespace ContainerDWuUMQT;
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 get_Messenger_HandlerDescriptor_BWLQ1CgService extends App_KernelDevDebugContainer
{
/**
* Gets the private '.messenger.handler_descriptor.bWLQ1Cg' shared service.
*
* @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
include_once \dirname(__DIR__, 4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/MessageHandler/Query/OnlineOrder/GiftCertificate/SelectGiftCertificatesForBuyOnlyCodesHandler.php';
include_once \dirname(__DIR__, 4).'/src/Response/OnlineOrder/GiftCertificate/Factory/SelectGiftCertificatesForBuyOnlyCodesResponseFactory.php';
include_once \dirname(__DIR__, 4).'/src/Services/Offer/CustomProductOfferSorter.php';
include_once \dirname(__DIR__, 4).'/src/Services/Offer/GiftCertificateSorter.php';
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['.messenger.handler_descriptor.bWLQ1Cg'])) {
return $container->privates['.messenger.handler_descriptor.bWLQ1Cg'];
}
$b = ($container->services['Slivki\\Services\\GiftCertificateService'] ?? $container->load('getGiftCertificateServiceService'));
if (isset($container->privates['.messenger.handler_descriptor.bWLQ1Cg'])) {
return $container->privates['.messenger.handler_descriptor.bWLQ1Cg'];
}
$c = ($container->services['Slivki\\Services\\Subscription\\SubscriptionService'] ?? $container->load('getSubscriptionServiceService'));
if (isset($container->privates['.messenger.handler_descriptor.bWLQ1Cg'])) {
return $container->privates['.messenger.handler_descriptor.bWLQ1Cg'];
}
return $container->privates['.messenger.handler_descriptor.bWLQ1Cg'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Slivki\MessageHandler\Query\OnlineOrder\GiftCertificate\SelectGiftCertificatesForBuyOnlyCodesHandler(new \Slivki\Response\OnlineOrder\GiftCertificate\Factory\SelectGiftCertificatesForBuyOnlyCodesResponseFactory($a, ($container->privates['Slivki\\Services\\Offer\\OfferCacheService'] ?? $container->load('getOfferCacheServiceService')), ($container->privates['Slivki\\Services\\Seo\\SeoResourceService'] ?? $container->load('getSeoResourceServiceService')), ($container->privates['Slivki\\Repository\\Delivery\\FoodFilterCounterRepositoryInterface'] ?? $container->load('getFoodFilterCounterRepositoryInterfaceService')), ($container->privates['Slivki\\Repository\\PurchaseCount\\PurchaseCountRepositoryInterface'] ?? $container->load('getPurchaseCountRepositoryInterfaceService')), ($container->privates['Slivki\\Repository\\Director\\DirectorRepositoryInterface'] ?? $container->load('getDirectorRepositoryInterfaceService')), ($container->services['Slivki\\Services\\Offer\\GiftCertificateSorter'] ?? ($container->services['Slivki\\Services\\Offer\\GiftCertificateSorter'] = new \Slivki\Services\Offer\GiftCertificateSorter())), $b, $c)), []);
}
}