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

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

        $instance = new \PrestaShop\Module\Mbo\Module\ModuleBuilder($a, ($container->services['Psr\\Log\\LoggerInterface'] ?? self::getLoggerInterfaceService($container)), ($container->services['PrestaShop\\PrestaShop\\Adapter\\Configuration'] ??= new \PrestaShop\PrestaShop\Adapter\Configuration())->get("_PS_MODULE_DIR_"));

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

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