<?php
namespace ContainerAEruFg2;
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 getWorkExampleWithAddressesDtoFactoryService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Slivki\Factory\Dto\WorkExample\WorkExampleWithAddressesDtoFactory' shared autowired service.
*
* @return \Slivki\Factory\Dto\WorkExample\WorkExampleWithAddressesDtoFactory
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Factory/Dto/WorkExample/WorkExampleWithAddressesDtoFactory.php';
include_once \dirname(__DIR__, 4).'/src/Factory/Dto/WorkExample/WorkExampleAddressWithDistanceDtoFactory.php';
include_once \dirname(__DIR__, 4).'/src/Helpers/CalculationDistanceHelper.php';
return $container->privates['Slivki\\Factory\\Dto\\WorkExample\\WorkExampleWithAddressesDtoFactory'] = new \Slivki\Factory\Dto\WorkExample\WorkExampleWithAddressesDtoFactory(($container->privates['Slivki\\Services\\Seo\\SeoResourceService'] ?? $container->load('getSeoResourceServiceService')), ($container->privates['url_helper'] ?? $container->getUrlHelperService()), new \Slivki\Factory\Dto\WorkExample\WorkExampleAddressWithDistanceDtoFactory(($container->privates['Slivki\\Helpers\\CalculationDistanceHelper'] ?? ($container->privates['Slivki\\Helpers\\CalculationDistanceHelper'] = new \Slivki\Helpers\CalculationDistanceHelper()))), ($container->privates['Slivki\\Response\\Beauty\\Offer\\Factory\\MasterResponseFactory'] ?? $container->load('getMasterResponseFactoryService')));
}
}