Skip to content

Commit 6cc2240

Browse files
committed
removing old command
1 parent e37a049 commit 6cc2240

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Application.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
use Symfony\Component\Console\Input\InputInterface;
1414
use Symfony\Component\Console\Input\InputOption;
1515
use SymfonyDocsBuilder\Command\BuildDocsCommand;
16-
use SymfonyDocsBuilder\Command\GithubReleaseCommand;
1716

1817
class Application
1918
{
@@ -48,7 +47,6 @@ public function run(InputInterface $input): int
4847
);
4948
$this->application->getDefinition()->addOption($inputOption);
5049
$this->application->add(new BuildDocsCommand($this->buildContext));
51-
$this->application->add(new GithubReleaseCommand());
5250

5351
return $this->application->run($input);
5452
}

0 commit comments

Comments
 (0)