diff --git a/src/Command/FixtureCommand.php b/src/Command/FixtureCommand.php index f8e0a1af..b461cef2 100644 --- a/src/Command/FixtureCommand.php +++ b/src/Command/FixtureCommand.php @@ -79,7 +79,6 @@ public function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionPar 'default' => '1', ])->addOption('fields', [ 'help' => 'Create a fixture that includes the deprecated $fields property.', - 'short' => 'f', 'boolean' => true, ])->addOption('schema', [ 'help' => 'Create a fixture that imports schema, instead of dumping a schema snapshot into the fixture.',