Skip to content

Commit

Permalink
fixup! tmp: revert to work around segfault
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusknorr committed Feb 22, 2024
1 parent 1492185 commit b6c4bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Command/RenameTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public function __construct(TableService $tableService, LoggerInterface $logger)
protected function configure(): void {
$this
->setName('tables:update')
->setAliases('tables:rename')
->setAliases(['tables:rename'])
->setDescription('Rename a table.')
->addArgument(
'ID',
Expand Down

0 comments on commit b6c4bc9

Please sign in to comment.