<?php

namespace ContainerNcOKZQY;

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 getRepository2Service extends AdminKernelProdDebugContainer
{
    /**
     * Gets the public 'PrestaShop\Module\Mbo\Module\Repository' shared autowired service.
     *
     * @return \PrestaShop\Module\Mbo\Module\Repository
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->services['PrestaShop\\Module\\Mbo\\Module\\ModuleBuilder'] ?? $container->load('getModuleBuilderService'));

        if (isset($container->services['PrestaShop\\Module\\Mbo\\Module\\Repository'])) {
            return $container->services['PrestaShop\\Module\\Mbo\\Module\\Repository'];
        }

        $instance = new \PrestaShop\Module\Mbo\Module\Repository(($container->services['PrestaShop\\Module\\Mbo\\Distribution\\ConnectedClient'] ?? $container->load('getConnectedClientService')), $a, ($container->services['Psr\\Log\\LoggerInterface'] ?? self::getLoggerInterfaceService($container)), ($container->services['Symfony\\Contracts\\Translation\\TranslatorInterface'] ?? self::getTranslatorInterfaceService($container))->getLocale(), ($container->services['Doctrine\\Common\\Cache\\Psr6\\DoctrineProvider'] ?? $container->load('getDoctrineProviderService')), ($container->services['PrestaShop\\PrestaShop\\Adapter\\Configuration'] ??= new \PrestaShop\PrestaShop\Adapter\Configuration())->get("_DB_PREFIX_"), ($container->services['PrestaShop\\Module\\Mbo\\Api\\Security\\AdminAuthenticationProvider'] ?? $container->load('getAdminAuthenticationProviderService')));

        if (isset($container->services['PrestaShop\\Module\\Mbo\\Module\\Repository'])) {
            return $container->services['PrestaShop\\Module\\Mbo\\Module\\Repository'];
        }

        return $container->services['PrestaShop\\Module\\Mbo\\Module\\Repository'] = $instance;
    }
}
