<?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 getRemindPendingShopReturnsCommandService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\External\GLS\Command\RemindPendingShopReturnsCommand' shared autowired service.
     *
     * @return \App\External\GLS\Command\RemindPendingShopReturnsCommand
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->privates['App\\External\\GLS\\Command\\RemindPendingShopReturnsCommand'] = $instance = new \App\External\GLS\Command\RemindPendingShopReturnsCommand(($container->privates['App\\Repository\\ReturnShipmentRepository'] ?? $container->load('getReturnShipmentRepositoryService')), ($container->privates['App\\Repository\\ReturnParcelRepository'] ?? $container->load('getReturnParcelRepositoryService')), ($container->privates['App\\Core\\Builder\\EventBuilder'] ?? $container->load('getEventBuilderService')), ($container->privates['monolog.logger.console'] ?? $container->load('getMonolog_Logger_ConsoleService')));

        $instance->setName('cron:gls:remind-pending-shop-returns');

        return $instance;
    }
}
