privates['.App\\Command\\RedisImportCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('mto:prices:import', [], 'Importiert verschachtelte ORM-Datenstruktur in Redis.', false, #[\Closure(name: 'App\\Command\\RedisImportCommand')] fn (): \App\Command\RedisImportCommand => ($container->privates['App\\Command\\RedisImportCommand'] ?? $container->load('getRedisImportCommandService'))); } }