privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension', false, function () use ($container): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand { return ($container->privates['console.command.config_debug'] ?? $container->load('getConsole_Command_ConfigDebugService')); }); } }