We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979b0cc commit d0fbb43Copy full SHA for d0fbb43
src/Command/Organization/OrganizationCreateCommand.php
@@ -3,13 +3,12 @@
3
4
use Cocur\Slugify\Slugify;
5
use GuzzleHttp\Exception\BadResponseException;
6
-use Platformsh\Cli\Command\CommandBase;
7
use Platformsh\ConsoleForm\Field\Field;
8
use Platformsh\ConsoleForm\Form;
9
use Symfony\Component\Console\Input\InputInterface;
10
use Symfony\Component\Console\Output\OutputInterface;
11
12
-class OrganizationCreateCommand extends CommandBase
+class OrganizationCreateCommand extends OrganizationCommandBase
13
{
14
/**
15
* The timestamp when we can stop showing a warning about legacy APIs.
0 commit comments