<?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 getUserSubscriptionControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Subscription\UserSubscriptionController' shared autowired service.
*
* @return \App\Controller\Subscription\UserSubscriptionController
*/
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/Controller/Subscription/UserSubscriptionController.php';
$container->services['App\\Controller\\Subscription\\UserSubscriptionController'] = $instance = new \App\Controller\Subscription\UserSubscriptionController(($container->privates['App\\Helper\\SubscriptionHelper'] ?? $container->load('getSubscriptionHelper2Service')), ($container->privates['App\\Helper\\BookHelper'] ?? $container->load('getBookHelperService')));
$instance->setContainer(($container->privates['.service_locator.0nu4pdX'] ?? $container->load('get_ServiceLocator_0nu4pdXService'))->withContext('App\\Controller\\Subscription\\UserSubscriptionController', $container));
return $instance;
}
}