<?php
namespace ContainerNUaGj1m;
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 getCotisationControllerService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Controller\Backend\CotisationController' shared autowired service.
*
* @return \App\Controller\Backend\CotisationController
*/
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/Backend/CotisationController.php';
$container->services['App\\Controller\\Backend\\CotisationController'] = $instance = new \App\Controller\Backend\CotisationController(($container->privates['App\\Service\\IsMemberService'] ?? $container->load('getIsMemberServiceService')));
$instance->setContainer(($container->privates['.service_locator.YXdRySK'] ?? $container->load('get_ServiceLocator_YXdRySKService'))->withContext('App\\Controller\\Backend\\CotisationController', $container));
return $instance;
}
}