<?php
namespace ContainerC2Jtx9y;
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 getImageUrlHelperService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Misc\ImageUrlHelper' shared autowired service.
*
* @return \App\Misc\ImageUrlHelper
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Misc/ImageUrlHelper.php';
return $container->services['App\\Misc\\ImageUrlHelper'] = new \App\Misc\ImageUrlHelper(($container->privates['url_helper'] ?? $container->getUrlHelperService()));
}
}