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