<?php
namespace ContainerKw9eKg9;
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 getSharingHandlerService extends App_KernelTestDebugContainer
{
/**
* Gets the private 'App\Service\Sharing\SharingHandler' shared autowired service.
*
* @return \App\Service\Sharing\SharingHandler
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/App/Service/Sharing/SharingHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/App/Service/Sharing/SharingHandler.php';
$container->privates['App\\Service\\Sharing\\SharingHandler'] = $instance = new \App\Service\Sharing\SharingHandler(($container->services['Platform\\QueueBundle\\Service\\AsyncQueueService'] ?? $container->getAsyncQueueServiceService()));
$instance->addHandler(($container->privates['App\\Service\\Sharing\\ChannelHandler\\FacebookChannelHandler'] ?? $container->load('getFacebookChannelHandler2Service')), 16);
$instance->addHandler(($container->privates['App\\Service\\Sharing\\ChannelHandler\\InstagramChannelHandler'] ?? $container->load('getInstagramChannelHandler2Service')), 128);
$instance->addHandler(($container->privates['App\\Service\\Sharing\\ChannelHandler\\TwitterChannelHandler'] ?? $container->load('getTwitterChannelHandler2Service')), 32);
return $instance;
}
}