<?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 getHookDisplayHeaderService extends AdminKernelDevDebugContainer
{
    /**
     * Gets the public 'PrestaShop\Module\Psshipping\Hooks\HookDisplayHeader' shared service.
     *
     * @return \PrestaShop\Module\Psshipping\Hooks\HookDisplayHeader
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->services['PrestaShop\\Module\\Psshipping\\Hooks\\HookDisplayHeader'] = new \PrestaShop\Module\Psshipping\Hooks\HookDisplayHeader(($container->services['psshipping'] ?? $container->load('getPsshippingService')), ($container->services['PrestaShop\\Module\\Psshipping\\Domain\\GelProximity\\GelProximityService'] ?? $container->load('getGelProximityServiceService')), ($container->services['PrestaShop\\Module\\Psshipping\\Domain\\Carriers\\CarrierRepository'] ?? $container->load('getCarrierRepositoryService')), ($container->services['psshipping.context'] ?? $container->load('getPsshipping_ContextService')), 'https://platform.gelproximity.com/gel-enduser-client/');
    }
}
