<?php
namespace ContainerDfDUQKE;
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 getBexioServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\BexioService' shared autowired service.
*
* @return \App\Service\BexioService
*/
public static function do($container, $lazyLoad = true)
{
$a = ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService());
if (isset($container->privates['App\\Service\\BexioService'])) {
return $container->privates['App\\Service\\BexioService'];
}
return $container->privates['App\\Service\\BexioService'] = new \App\Service\BexioService($a);
}
}