<?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 getCancelExpiredShopReturnsCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\GLS\Command\CancelExpiredShopReturnsCommand' shared autowired service.
     *
     * @return \App\External\GLS\Command\CancelExpiredShopReturnsCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\External\\GLS\\Command\\CancelExpiredShopReturnsCommand'] = $instance = new \App\External\GLS\Command\CancelExpiredShopReturnsCommand(new \App\External\GLS\Service\CancelParcelService(($container->services['doctrine_mongodb.odm.default_document_manager'] ?? $container->load('getDoctrineMongodb_Odm_DefaultDocumentManagerService')), ($container->privates['App\\Core\\Builder\\EventBuilder'] ?? $container->load('getEventBuilderService')), ($container->privates['App\\Repository\\ReturnParcelRepository'] ?? $container->load('getReturnParcelRepositoryService')), ($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentStateService'] ?? $container->load('getReturnShipmentStateServiceService')), ($container->privates['App\\Core\\Service\\History\\ReturnShipmentHistoryBuilder'] ?? $container->load('getReturnShipmentHistoryBuilderService')), ($container->privates['App\\Core\\Service\\ReturnParcel\\LabelPDFManager'] ?? $container->load('getLabelPDFManagerService')), ($container->privates['App\\External\\GLS\\Service\\ReturnParcelFilterService'] ??= new \App\External\GLS\Service\ReturnParcelFilterService())), ($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), ($container->privates['App\\Repository\\ReturnShipmentRepository'] ?? $container->load('getReturnShipmentRepositoryService')));

        $instance->setName('cron:gls:cancel-expired-shop-returns');

        return $instance;
    }
}
