<?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 getReturnShipmentLockServiceService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\Core\Service\ReturnShipment\ReturnShipmentLockService' shared autowired service.
     *
     * @return \App\Core\Service\ReturnShipment\ReturnShipmentLockService
     */
    public static function do($container, $lazyLoad = true)
    {
        $a = ($container->privates['App\\Core\\Service\\History\\ReturnShipmentHistoryBuilder'] ?? $container->load('getReturnShipmentHistoryBuilderService'));

        if (isset($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentLockService'])) {
            return $container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentLockService'];
        }

        $instance = new \App\Core\Service\ReturnShipment\ReturnShipmentLockService($a);

        if (isset($container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentLockService'])) {
            return $container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentLockService'];
        }

        return $container->privates['App\\Core\\Service\\ReturnShipment\\ReturnShipmentLockService'] = $instance;
    }
}
