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