<?php
namespace ContainerC5Nguqe;
use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;
/**
* @internal This class has been auto-generated by the Symfony Dependency Injection Component.
*/
class getS3ServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\S3Service' shared autowired service.
*
* @return \App\Service\S3Service
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/S3Service.php';
return $container->privates['App\\Service\\S3Service'] = new \App\Service\S3Service(($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()));
}
}