<?php

namespace ContainerRYWeSXx;

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 getUpdateGlsPickUpsCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\GLS\Command\UpdateGlsPickUpsCommand' shared autowired service.
     *
     * @return \App\External\GLS\Command\UpdateGlsPickUpsCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = new \App\External\GLS\ShipIT\Service\GlsPickUpService();

        $container->privates['App\\External\\GLS\\Command\\UpdateGlsPickUpsCommand'] = $instance = new \App\External\GLS\Command\UpdateGlsPickUpsCommand(($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), ($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')), ($container->privates['App\\External\\GLS\\ShipIT\\ShipITApiClient'] ?? $container->load('getShipITApiClientService')), $a, new \App\External\GLS\ShipIT\Mapper\ParcelShopToDepositMapper($a), ($container->privates['App\\Repository\\DepositRepository'] ?? $container->load('getDepositRepositoryService')), ($container->privates['App\\Repository\\TransportZoneRepository'] ?? $container->load('getTransportZoneRepositoryService')));

        $instance->setName('cron:gls:update-pick-ups');

        return $instance;
    }
}
