<?php

namespace ContainerK7EGPmB;

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 getAliasRepositoryService extends AdminKernelProdContainer
{
    /*
     * Gets the private 'PrestaShop\PrestaShop\Adapter\Alias\Repository\AliasRepository' shared autowired service.
     *
     * @return \PrestaShop\PrestaShop\Adapter\Alias\Repository\AliasRepository
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['PrestaShop\\PrestaShop\\Adapter\\Alias\\Repository\\AliasRepository'] = new \PrestaShop\PrestaShop\Adapter\Alias\Repository\AliasRepository(($container->services['doctrine.dbal.default_connection'] ?? self::getDoctrine_Dbal_DefaultConnectionService($container)), 'c2q9y_', new \PrestaShop\PrestaShop\Adapter\Alias\Validate\AliasValidator());
    }
}
