<?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 getFacebookServiceService extends App_KernelTestDebugContainer
{
/**
* Gets the private 'App\Service\Social\FacebookService' shared autowired service.
*
* @return \App\Service\Social\FacebookService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/App/Service/Social/AbstractMetaService.php';
include_once \dirname(__DIR__, 4).'/src/App/Service/Social/FacebookService.php';
return $container->privates['App\\Service\\Social\\FacebookService'] = new \App\Service\Social\FacebookService(($container->privates['App\\Service\\Social\\MetaPersistentDataHandler'] ?? $container->load('getMetaPersistentDataHandlerService')), ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))));
}
}