<?php
namespace Container9fE7Qt5;
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 getSubscriptionHelper2Service extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Helper\SubscriptionHelper' shared autowired service.
*
* @return \App\Helper\SubscriptionHelper
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Helper/SubscriptionHelper.php';
return $container->privates['App\\Helper\\SubscriptionHelper'] = new \App\Helper\SubscriptionHelper(($container->privates['App\\StripeClient'] ?? $container->load('getStripeClientService')), ($container->privates['App\\Repository\\HolidayRepository'] ?? $container->load('getHolidayRepositoryService')), ($container->privates['App\\Repository\\TeacherScheduleRepository'] ?? $container->load('getTeacherScheduleRepositoryService')), ($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Helper\\CourseHelper'] ?? $container->load('getCourseHelperService')), ($container->privates['App\\Notification\\EmailNotification\\SubscriptionEmailNotification'] ?? $container->load('getSubscriptionEmailNotificationService')), ($container->privates['App\\Notification\\SlackNotification\\SubscriptionSlackNotification'] ?? $container->load('getSubscriptionSlackNotificationService')), ($container->privates['App\\Service\\ActiveCampaignHelper'] ?? $container->load('getActiveCampaignHelperService')));
}
}