<?php

namespace ContainerJW6eoTE;

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_KernelProdContainer
{
    /*
     * Gets the private 'admin_lte_theme.context_helper' shared service.
     *
     * @return \KevinPapst\AdminLTEBundle\Helper\ContextHelper
     */
    public static function do($container, $lazyLoad = true)
    {
        return $container->privates['admin_lte_theme.context_helper'] = new \KevinPapst\AdminLTEBundle\Helper\ContextHelper($container->parameters['admin_lte_theme.options']);
    }
}
