var/cache/dev/ContainerAEruFg2/getWorkExampleWithAddressesDtoFactoryService.php line 24

Open in your IDE?
  1. <?php
  2. namespace ContainerAEruFg2;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  5. /**
  6.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  7.  */
  8. class getWorkExampleWithAddressesDtoFactoryService extends App_KernelDevDebugContainer
  9. {
  10.     /**
  11.      * Gets the private 'Slivki\Factory\Dto\WorkExample\WorkExampleWithAddressesDtoFactory' shared autowired service.
  12.      *
  13.      * @return \Slivki\Factory\Dto\WorkExample\WorkExampleWithAddressesDtoFactory
  14.      */
  15.     public static function do($container$lazyLoad true)
  16.     {
  17.         include_once \dirname(__DIR__4).'/src/Factory/Dto/WorkExample/WorkExampleWithAddressesDtoFactory.php';
  18.         include_once \dirname(__DIR__4).'/src/Factory/Dto/WorkExample/WorkExampleAddressWithDistanceDtoFactory.php';
  19.         include_once \dirname(__DIR__4).'/src/Helpers/CalculationDistanceHelper.php';
  20.         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')));
  21.     }
  22. }