var/cache/dev/ContainerSf7TOfU/getCallApiServiceService.php line 22
<?phpnamespace ContainerSf7TOfU;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 getCallApiServiceService extends App_KernelDevDebugContainer{/*** Gets the private 'App\Services\CallApiService' shared autowired service.** @return \App\Services\CallApiService*/public static function do($container, $lazyLoad = true){include_once \dirname(__DIR__, 4).'/src/Services/CallApiService.php';return $container->privates['App\\Services\\CallApiService'] = new \App\Services\CallApiService($container->getEnv('resolve:API_URL'), $container->getEnv('resolve:DOMAIN_NAME'), ($container->services['router'] ?? $container->getRouterService()));}}