<?php
namespace ContainerX5z2x30;
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 getGeoLocationDaoInterfaceService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'Slivki\Dao\GeoLocation\GeoLocationDaoInterface' shared autowired service.
*
* @return \Slivki\Dao\GeoLocation\GeoLocationDao
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Dao/GeoLocation/GeoLocationDaoInterface.php';
include_once \dirname(__DIR__, 4).'/src/Dao/GeoLocation/GeoLocationDao.php';
$a = ($container->services['doctrine.dbal.site_connection'] ?? $container->getDoctrine_Dbal_SiteConnectionService());
if (isset($container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'])) {
return $container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'];
}
$b = ($container->services['Slivki\\Services\\SearchService'] ?? $container->load('getSearchServiceService'));
if (isset($container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'])) {
return $container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'];
}
return $container->privates['Slivki\\Dao\\GeoLocation\\GeoLocationDaoInterface'] = new \Slivki\Dao\GeoLocation\GeoLocationDao($a, $b);
}
}