webroot/var/cache/prod/ContainerEvwr5zZ/getMoneyConfiguratorService.php

24 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 getMoneyConfiguratorService extends App_KernelProdContainer
{
/*
* Gets the private 'EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator' shared service.
*
* @return \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator
*/
public static function do($container, $lazyLoad = true)
{
return $container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Field\\Configurator\\MoneyConfigurator'] = new \EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator(($container->privates['EasyCorp\\Bundle\\EasyAdminBundle\\Intl\\IntlFormatter'] ??= new \EasyCorp\Bundle\EasyAdminBundle\Intl\IntlFormatter()), ($container->privates['property_accessor'] ?? self::getPropertyAccessorService($container)));
}
}