<?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 getFacebookChannelHandler2Service extends App_KernelTestDebugContainer
{
/**
* Gets the private 'App\Service\Sharing\ChannelHandler\FacebookChannelHandler' shared autowired service.
*
* @return \App\Service\Sharing\ChannelHandler\FacebookChannelHandler
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/App/Service/Sharing/ChannelHandler/ChannelHandlerInterface.php';
include_once \dirname(__DIR__, 4).'/src/App/Service/Sharing/ChannelHandler/AbstractChannelHandler.php';
include_once \dirname(__DIR__, 4).'/src/App/Service/Sharing/ChannelHandler/FacebookChannelHandler.php';
$a = ($container->services['Cms\\FrontendBundle\\Service\\Resolvers\\SchoolResolver'] ?? $container->getSchoolResolverService());
if (isset($container->privates['App\\Service\\Sharing\\ChannelHandler\\FacebookChannelHandler'])) {
return $container->privates['App\\Service\\Sharing\\ChannelHandler\\FacebookChannelHandler'];
}
return $container->privates['App\\Service\\Sharing\\ChannelHandler\\FacebookChannelHandler'] = new \App\Service\Sharing\ChannelHandler\FacebookChannelHandler($a, ($container->privates['App\\Service\\Content\\WebUrlGenerator'] ?? $container->getWebUrlGeneratorService()), ($container->privates['App\\Service\\Social\\FacebookService'] ?? $container->load('getFacebookServiceService')), ($container->privates['App\\Service\\MediaDecorator'] ?? $container->getMediaDecoratorService()), ($container->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $container->getEntityManagerService()));
}
}