<?php
namespace Container7igxtfa;
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 getAbhaService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\Abha' shared autowired service.
*
* @return \App\Service\Abha
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/Abha.php';
return $container->privates['App\\Service\\Abha'] = new \App\Service\Abha($container->load('getSession_FlashBagService'), ($container->services['doctrine'] ?? $container->getDoctrineService()), ($container->privates['App\\Repository\\PatientRepository'] ?? $container->load('getPatientRepositoryService')));
}
}