29 lines
1.1 KiB
PHP
29 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 getConsole_Command_SerializerDebugService extends App_KernelProdContainer
|
|
{
|
|
/*
|
|
* Gets the private 'console.command.serializer_debug' shared service.
|
|
*
|
|
* @return \Symfony\Component\Serializer\Command\DebugCommand
|
|
*/
|
|
public static function do($container, $lazyLoad = true)
|
|
{
|
|
$container->privates['console.command.serializer_debug'] = $instance = new \Symfony\Component\Serializer\Command\DebugCommand(($container->privates['serializer.mapping.cache_class_metadata_factory'] ?? self::getSerializer_Mapping_CacheClassMetadataFactoryService($container)));
|
|
|
|
$instance->setName('debug:serializer');
|
|
$instance->setDescription('Display serialization information for classes');
|
|
|
|
return $instance;
|
|
}
|
|
}
|