<?php
namespace ContainerC2Jtx9y;
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 getQcmServiceService extends App_KernelDevDebugContainer
{
/**
* Gets the public 'App\Service\QcmService' shared autowired service.
*
* @return \App\Service\QcmService
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/QcmService.php';
return $container->services['App\\Service\\QcmService'] = new \App\Service\QcmService(($container->services['App\\Repository\\QcmRepository'] ?? $container->load('getQcmRepositoryService')), ($container->services['App\\Service\\BaseService'] ?? $container->getBaseServiceService()), ($container->services['router'] ?? $container->getRouterService()));
}
}