<?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 getOrderHelperService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Order\OrderHelper' shared autowired service.
*
* @return \App\Order\OrderHelper
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Order/OrderHelper.php';
return $container->privates['App\\Order\\OrderHelper'] = new \App\Order\OrderHelper(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()), ($container->privates['App\\Notification\\EmailNotification'] ?? $container->load('getEmailNotificationService')), ($container->privates['App\\Notification\\SlackClient'] ?? $container->load('getSlackClientService')), ($container->privates['App\\StripeClient'] ?? $container->load('getStripeClientService')));
}
}