<?php

use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
use Symfony\Component\DependencyInjection\Exception\RuntimeException;

// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.
// Returns the private 'App\Service\Campaign\Report\PdfService' shared autowired service.

include_once \dirname(__DIR__, 4).'/src/Service/Campaign/Report/PdfService.php';

return $this->privates['App\\Service\\Campaign\\Report\\PdfService'] = new \App\Service\Campaign\Report\PdfService(($this->services['knp_snappy.pdf'] ?? $this->load('getKnpSnappy_PdfService.php')), ($this->services['kernel'] ?? $this->get('kernel', 1)), ($this->services['twig'] ?? $this->getTwigService()), ($this->privates['App\\Service\\Campaign\\ReportService'] ?? $this->load('getReportServiceService.php')), ($this->privates['App\\Service\\Campaign\\Report\\ElementService'] ?? $this->load('getElementServiceService.php')), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
