privates['.App\\Command\\StaticSiteBuildCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('static-site-build', [], 'Runs StaticSiteBuilder over CLI.', false, #[\Closure(name: 'App\\Command\\StaticSiteBuildCommand')] fn (): \App\Command\StaticSiteBuildCommand => ($container->privates['App\\Command\\StaticSiteBuildCommand'] ?? $container->load('getStaticSiteBuildCommandService'))); } }