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