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