privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache', false, function () use ($container): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand { return ($container->privates['console.command.cache_warmup'] ?? $container->load('getConsole_Command_CacheWarmupService')); }); } }