<?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 getStorageDownloadProviderService extends App_KernelProdContainer
{
    /*
     * Gets the private 'App\ApiPlatform\State\Storage\StorageDownloadProvider' shared autowired service.
     *
     * @return \App\ApiPlatform\State\Storage\StorageDownloadProvider
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['App\\ApiPlatform\\State\\Storage\\StorageDownloadProvider'] = new \App\ApiPlatform\State\Storage\StorageDownloadProvider(($container->privates['App\\Core\\Storage\\StorageLocator'] ?? $container->load('getStorageLocatorService')), ($container->services['request_stack'] ??= new \Symfony\Component\HttpFoundation\RequestStack()));
    }
}
