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

        $instance->setName('cron:gls:sync-shipment-tracking-statuses');

        return $instance;
    }
}
