<?php

namespace ContainerYfsqiAB;

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 getAddCarrierHandlerService extends AdminKernelDevContainer
{
    /*
     * Gets the public 'PrestaShop\PrestaShop\Adapter\Carrier\CommandHandler\AddCarrierHandler' shared autowired service.
     *
     * @return \PrestaShop\PrestaShop\Adapter\Carrier\CommandHandler\AddCarrierHandler
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['PrestaShop\\PrestaShop\\Adapter\\Carrier\\CommandHandler\\AddCarrierHandler'] = new \PrestaShop\PrestaShop\Adapter\Carrier\CommandHandler\AddCarrierHandler(($container->services['PrestaShop\\PrestaShop\\Adapter\\Carrier\\Repository\\CarrierRepository'] ?? $container->load('getCarrierRepository3Service')), ($container->services['PrestaShop\\PrestaShop\\Adapter\\File\\Uploader\\CarrierLogoFileUploader'] ??= new \PrestaShop\PrestaShop\Adapter\File\Uploader\CarrierLogoFileUploader()), ($container->services['PrestaShop\\PrestaShop\\Adapter\\Carrier\\Validate\\CarrierValidator'] ?? $container->load('getCarrierValidatorService')), ($container->services['PrestaShop\\PrestaShop\\Adapter\\Shop\\Repository\\ShopRepository'] ?? self::getShopRepositoryService($container)));
    }
}
