mycomments-api/var/cache/dev/Container6Szx89D/getIdRepositoryService.php

32 lines
1.5 KiB
PHP

<?php
namespace Container6Szx89D;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getIdRepositoryService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Repository\IdRepository' shared autowired service.
*
* @return \App\Repository\IdRepository
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/src/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/src/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryProxy.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Repository/IdRepository.php';
return $container->privates['App\\Repository\\IdRepository'] = new \App\Repository\IdRepository(($container->services['doctrine'] ?? $container->load('getDoctrineService')));
}
}