<?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 getContentManager2Service extends App_KernelTestDebugContainer
{
/**
* Gets the private 'App\Service\Content\ContentManager' shared autowired service.
*
* @return \App\Service\Content\ContentManager
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/App/Service/Content/ContentManager.php';
$a = ($container->privates['App\\Service\\Sharing\\SharingHandler'] ?? $container->load('getSharingHandlerService'));
if (isset($container->privates['App\\Service\\Content\\ContentManager'])) {
return $container->privates['App\\Service\\Content\\ContentManager'];
}
return $container->privates['App\\Service\\Content\\ContentManager'] = new \App\Service\Content\ContentManager(($container->services['Cms\\CoreBundle\\Util\\Doctrine\\EntityManager'] ?? $container->getEntityManagerService()), ($container->privates['App\\Service\\Feed\\FeedManager'] ?? $container->load('getFeedManagerService')), $a);
}
}