<?php

namespace ContainerJpqYdfD;

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 getModuleRepository2Service extends AdminKernelDevDebugContainer
{
    /**
     * Gets the public 'PrestaShop\PrestaShop\Core\Module\ModuleRepository' shared autowired service.
     *
     * @return \PrestaShop\PrestaShop\Core\Module\ModuleRepository
     */
    public static function do($container, $lazyLoad = true)
    {
        if (true === $lazyLoad) {
            return $container->services['PrestaShop\\PrestaShop\\Core\\Module\\ModuleRepository'] = $container->createProxy('ModuleRepositoryGhostE14692f', static fn () => \ModuleRepositoryGhostE14692f::createLazyGhost(static fn ($proxy) => self::do($container, $proxy)));
        }

        return ($lazyLoad->__construct(($container->services['PrestaShop\\PrestaShop\\Adapter\\Module\\ModuleDataProvider'] ?? self::getModuleDataProviderService($container)), ($container->services['prestashop.core.admin.data_provider.module_interface'] ?? $container->load('getPrestashop_Core_Admin_DataProvider_ModuleInterfaceService')), ($container->services['doctrine.cache.provider'] ?? $container->load('getDoctrine_Cache_ProviderService')), ($container->services['PrestaShop\\PrestaShop\\Adapter\\HookManager'] ??= new \PrestaShop\PrestaShop\Adapter\HookManager()), ($container->services['PrestaShop\\PrestaShop\\Adapter\\Configuration'] ??= new \PrestaShop\PrestaShop\Adapter\Configuration())->get("_PS_MODULE_DIR_"), ($container->privates['PrestaShop\\PrestaShop\\Core\\Context\\LanguageContext'] ?? self::getLanguageContextService($container))) && false ?: $lazyLoad);
    }
}
