<?php
namespace ContainerLqAXrOp;
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 getCreationPdfService extends App_KernelDevDebugContainer
{
/**
* Gets the private 'App\Service\CreationPdf' shared autowired service.
*
* @return \App\Service\CreationPdf
*/
public static function do($container, $lazyLoad = true)
{
include_once \dirname(__DIR__, 4).'/src/Service/CreationPdf.php';
return $container->privates['App\\Service\\CreationPdf'] = new \App\Service\CreationPdf(($container->services['.container.private.twig'] ?? $container->get_Container_Private_TwigService()));
}
}