<?php
namespace ContainerYdS95Bq;
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 getSlackClientRegistryService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Notification\SlackClientRegistry' shared autowired service.
*
* @return \App\Notification\SlackClientRegistry
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Notification/SlackClientRegistry.php';
return $container->privates['App\\Notification\\SlackClientRegistry'] = new \App\Notification\SlackClientRegistry(($container->services['nexy_slack.client'] ?? $container->load('getNexySlack_ClientService')), $container->getEnv('SLACK_WEBHOOK_URL_SUPPORT'), $container->getEnv('SLACK_WEBHOOK_URL_SUPPORT_AR'));
}
}