<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'App\Repository\CommentLandingPage\DoctrineCommentLandingPageRepository' shared autowired service.

include_once \dirname(__DIR__, 4).'/vendor/doctrine/persistence/lib/Doctrine/Persistence/ObjectRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
include_once \dirname(__DIR__, 4).'/src/Service/CommentLandingPageRepositoryInterface.php';
include_once \dirname(__DIR__, 4).'/src/Repository/CommentLandingPage/DoctrineCommentLandingPageRepository.php';

return $this->privates['App\\Repository\\CommentLandingPage\\DoctrineCommentLandingPageRepository'] = new \App\Repository\CommentLandingPage\DoctrineCommentLandingPageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
