<?php

namespace ContainerRYWeSXx;

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

/*
 * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
 */
class getGetCustomsTaxExemptionPdfControllerService extends App_KernelProdContainer
{
    /*
     * Gets the public 'App\Controller\GetCustomsTaxExemptionPdfController' shared autowired service.
     *
     * @return \App\Controller\GetCustomsTaxExemptionPdfController
     */
    public static function do($container, $lazyLoad = true)
    {
        $container->services['App\\Controller\\GetCustomsTaxExemptionPdfController'] = $instance = new \App\Controller\GetCustomsTaxExemptionPdfController(($container->services['dompdf'] ?? $container->load('getDompdfService')), (\dirname(__DIR__, 4).'/templates/pdf'), ($container->privates['App\\Core\\Service\\CustomsDeclaration\\CustomsDeclarationToTaxExemptionMapper'] ?? $container->load('getCustomsDeclarationToTaxExemptionMapperService')));

        $instance->setContainer(($container->privates['.service_locator.Mzkeuic'] ?? $container->load('get_ServiceLocator_MzkeuicService'))->withContext('App\\Controller\\GetCustomsTaxExemptionPdfController', $container));

        return $instance;
    }
}
