<?php

namespace ContainerD8i3oiX;

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 getRuntimeExtensionService extends App_KernelProdDebugContainer
{
    /**
     * Gets the private 'KevinPapst\AdminLTEBundle\Twig\RuntimeExtension' shared service.
     *
     * @return \KevinPapst\AdminLTEBundle\Twig\RuntimeExtension
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'twig'.\DIRECTORY_SEPARATOR.'src'.\DIRECTORY_SEPARATOR.'Extension'.\DIRECTORY_SEPARATOR.'RuntimeExtensionInterface.php';
        include_once \dirname(__DIR__, 4).''.\DIRECTORY_SEPARATOR.'vendor'.\DIRECTORY_SEPARATOR.'kevinpapst'.\DIRECTORY_SEPARATOR.'adminlte-bundle'.\DIRECTORY_SEPARATOR.'Twig'.\DIRECTORY_SEPARATOR.'RuntimeExtension.php';

        return $container->privates['KevinPapst\\AdminLTEBundle\\Twig\\RuntimeExtension'] = new \KevinPapst\AdminLTEBundle\Twig\RuntimeExtension(($container->privates['admin_lte_theme.context_helper'] ?? $container->load('getAdminLteTheme_ContextHelperService')), $container->parameters['admin_lte_theme.routes']);
    }
}
