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