<?php

namespace ContainerFNJZDzG;

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 getAdminLteTheme_ContextHelperService extends App_KernelProdDebugContainer
{
    /**
     * Gets the private 'admin_lte_theme.context_helper' shared service.
     *
     * @return \KevinPapst\AdminLTEBundle\Helper\ContextHelper
     */
    public static function do($container, $lazyLoad = true)
    {
        include_once \dirname(__DIR__, 4).'/vendor/kevinpapst/adminlte-bundle/Helper/ContextHelper.php';

        return $container->privates['admin_lte_theme.context_helper'] = new \KevinPapst\AdminLTEBundle\Helper\ContextHelper($container->parameters['admin_lte_theme.options']);
    }
}
