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