privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match', false, function () use ($container): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand { return ($container->privates['console.command.router_match'] ?? $container->load('getConsole_Command_RouterMatchService')); }); } }