<?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 getSlackClientService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Notification\SlackClient' shared autowired service.
*
* @return \App\Notification\SlackClient
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Notification/SlackClient.php';
return $container->privates['App\\Notification\\SlackClient'] = new \App\Notification\SlackClient(($container->privates['App\\Notification\\SlackClientRegistry'] ?? $container->load('getSlackClientRegistryService')), ($container->services['router'] ?? $container->getRouterService()), ($container->privates['monolog.logger'] ?? $container->getMonolog_LoggerService()), ($container->services['request_stack'] ?? ($container->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
}
}