Skip to content

Commit ac62443

Browse files
committed
Fix: the resources:build:get command should be hidden when sizing is disabled
1 parent bf375ca commit ac62443

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Command/Resources/Build/BuildResourcesGetCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
namespace Platformsh\Cli\Command\Resources\Build;
44

5-
use Platformsh\Cli\Command\CommandBase;
5+
use Platformsh\Cli\Command\Resources\ResourcesCommandBase;
66
use Platformsh\Cli\Service\Table;
77
use Symfony\Component\Console\Input\ArgvInput;
88
use Symfony\Component\Console\Input\InputInterface;
99
use Symfony\Component\Console\Output\OutputInterface;
1010

11-
class BuildResourcesGetCommand extends CommandBase
11+
class BuildResourcesGetCommand extends ResourcesCommandBase
1212
{
1313
protected $tableHeader = [
1414
'cpu' => 'CPU',

0 commit comments

Comments
 (0)