privates['App\\Command\\DAB2'] = $instance = new \App\Command\DAB2(($container->privates['App\\Service\\CurlService'] ??= new \App\Service\CurlService(\dirname(__DIR__, 4)))); $instance->setName('dab2'); $instance->setDescription('Runs DAB2 over CLI.'); return $instance; } }