privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application', false, function () use ($container): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand { return ($container->privates['console.command.router_debug'] ?? $container->load('getConsole_Command_RouterDebugService')); }); } }