<?php
namespace ContainerUlllKNb;
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 getPaymentNotificationControllerService extends Eccube_KernelDevDebugContainer
{
/**
* Gets the public 'Plugin\EccubePaymentLite42\Controller\Front\PaymentNotification\PaymentNotificationController' shared autowired service.
*
* @return \Plugin\EccubePaymentLite42\Controller\Front\PaymentNotification\PaymentNotificationController
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/src/Eccube/Controller/AbstractController.php';
include_once \dirname(__DIR__, 4).'/app/Plugin/EccubePaymentLite42/Controller/Front/PaymentNotification/PaymentNotificationController.php';
$container->services['Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController'] = $instance = new \Plugin\EccubePaymentLite42\Controller\Front\PaymentNotification\PaymentNotificationController(($container->privates['Eccube\\Repository\\OrderRepository'] ?? $container->getOrderRepositoryService()), ($container->privates['Plugin\\EccubePaymentLite42\\Repository\\PaymentStatusRepository'] ?? $container->load('getPaymentStatusRepositoryService')), ($container->privates['Plugin\\EccubePaymentLite42\\Repository\\ConfigRepository'] ?? $container->getConfigRepositoryService()), ($container->privates['Eccube\\Repository\\Master\\OrderStatusRepository'] ?? $container->load('getOrderStatusRepositoryService')), ($container->services['eccube.purchase.flow.shopping'] ?? $container->load('getEccube_Purchase_Flow_ShoppingService')), ($container->privates['Eccube\\Service\\CartService'] ?? $container->getCartServiceService()), ($container->privates['Eccube\\Service\\MailService'] ?? $container->load('getMailServiceService')), ($container->privates['Eccube\\Repository\\MailHistoryRepository'] ?? $container->load('getMailHistoryRepositoryService')), ($container->privates['Eccube\\Repository\\CartRepository'] ?? $container->getCartRepositoryService()), ($container->privates['Eccube\\Repository\\CartItemRepository'] ?? $container->load('getCartItemRepositoryService')));
$instance->setEccubeConfig(($container->services['Eccube\\Common\\EccubeConfig'] ?? ($container->services['Eccube\\Common\\EccubeConfig'] = new \Eccube\Common\EccubeConfig($container))));
$instance->setEntityManager(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
$instance->setTranslator(($container->services['translator'] ?? $container->getTranslatorService()));
$instance->setSession(($container->services['.container.private.session'] ?? $container->get_Container_Private_SessionService()));
$instance->setFormFactory(($container->services['.container.private.form.factory'] ?? $container->load('get_Container_Private_Form_FactoryService')));
$instance->setEventDispatcher(($container->services['event_dispatcher'] ?? $container->getEventDispatcherService()));
$instance->setContainer(($container->privates['.service_locator.pf.SGXj'] ?? $container->load('get_ServiceLocator_Pf_SGXjService'))->withContext('Plugin\\EccubePaymentLite42\\Controller\\Front\\PaymentNotification\\PaymentNotificationController', $container));
return $instance;
}
}