28 lines
1.1 KiB
PHP
28 lines
1.1 KiB
PHP
<?php
|
|
|
|
namespace ContainerEvwr5zZ;
|
|
|
|
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 getIconService extends App_KernelProdContainer
|
|
{
|
|
/*
|
|
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon' service.
|
|
*
|
|
* @return \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
$container->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon'] = function ($container) {
|
|
return new \EasyCorp\Bundle\EasyAdminBundle\Twig\Component\Icon(($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Provider\\AdminContextProvider'] ?? self::getAdminContextProviderService($container)));
|
|
};
|
|
|
|
return $container->factories['service_container']['EasyCorp\\Bundle\\EasyAdminBundle\\Twig\\Component\\Icon']($container);
|
|
}
|
|
}
|