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