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