Skip to content

Commit d0fbb43

Browse files
committed
Ensure organization:create can be disabled by the feature flag
1 parent 979b0cc commit d0fbb43

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Command/Organization/OrganizationCreateCommand.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33

44
use Cocur\Slugify\Slugify;
55
use GuzzleHttp\Exception\BadResponseException;
6-
use Platformsh\Cli\Command\CommandBase;
76
use Platformsh\ConsoleForm\Field\Field;
87
use Platformsh\ConsoleForm\Form;
98
use Symfony\Component\Console\Input\InputInterface;
109
use Symfony\Component\Console\Output\OutputInterface;
1110

12-
class OrganizationCreateCommand extends CommandBase
11+
class OrganizationCreateCommand extends OrganizationCommandBase
1312
{
1413
/**
1514
* The timestamp when we can stop showing a warning about legacy APIs.

0 commit comments

Comments
 (0)