Skip to content

Commit d586260

Browse files
authored
IBX-8224: Dropped BackwardCompatibleCommand (#54)
1 parent 403cd56 commit d586260

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/bundle/Command/SystemInfoDumpCommand.php

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
namespace Ibexa\Bundle\SystemInfo\Command;
99

10-
use Ibexa\Bundle\Core\Command\BackwardCompatibleCommand;
1110
use Ibexa\Bundle\SystemInfo\SystemInfo\OutputFormatRegistry;
1211
use Ibexa\Bundle\SystemInfo\SystemInfo\SystemInfoCollectorRegistry;
1312
use Symfony\Component\Console\Command\Command;
@@ -16,7 +15,7 @@
1615
use Symfony\Component\Console\Input\InputOption;
1716
use Symfony\Component\Console\Output\OutputInterface;
1817

19-
final class SystemInfoDumpCommand extends Command implements BackwardCompatibleCommand
18+
final class SystemInfoDumpCommand extends Command
2019
{
2120
private SystemInfoCollectorRegistry $systemInfoCollectorRegistry;
2221

@@ -110,12 +109,4 @@ protected function execute(InputInterface $input, OutputInterface $output): int
110109

111110
return Command::SUCCESS;
112111
}
113-
114-
/**
115-
* @return string[]
116-
*/
117-
public function getDeprecatedAliases(): array
118-
{
119-
return ['ez-support-tools:dump-info'];
120-
}
121112
}

0 commit comments

Comments
 (0)