<?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 getCreateShopReturnShipmentsCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\GLS\Command\CreateShopReturnShipmentsCommand' shared autowired service.
     *
     * @return \App\External\GLS\Command\CreateShopReturnShipmentsCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\External\\GLS\\Command\\CreateShopReturnShipmentsCommand'] = $instance = new \App\External\GLS\Command\CreateShopReturnShipmentsCommand(($container->privates['App\\External\\GLS\\ShipIT\\Service\\ShopReturnService'] ?? $container->load('getShopReturnServiceService')), ($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')), ($container->privates['App\\Repository\\ReturnShipmentRepository'] ?? $container->load('getReturnShipmentRepositoryService')));

        $instance->setName('cron:gls:create-shop-return-shipments');

        return $instance;
    }
}
