<?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 getModuleRepositoryService extends AdminKernelProdDebugContainer
{
    /**
     * 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('ModuleRepositoryGhost34bee32', static fn () => \ModuleRepositoryGhost34bee32::createLazyGhost(static fn ($proxy) => self::do($container, $proxy)));
        }

        return ($lazyLoad->__construct(($container->services['PrestaShop\\PrestaShop\\Adapter\\Module\\ModuleDataProvider'] ?? self::getModuleDataProviderService($container)), ($container->services['.container.private.prestashop.core.admin.data_provider.module_interface'] ?? $container->load('get_Container_Private_Prestashop_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);
    }
}
