Skip to content

Commit

Permalink
refactor: Removed Unreachable Statement
Browse files Browse the repository at this point in the history
  • Loading branch information
usernane committed Jul 24, 2024
1 parent 3a02a60 commit f7932a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webfiori/framework/cli/commands/UpdateTableCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@ public function exec() : int {
$tableHelper->updateColumn();
} else if ($whatToDo == 'Drop foreign key.') {
$tableHelper->removeForeignKey();
} else {
$this->error('Option not implemented.');
}

return 0;
Expand Down

0 comments on commit f7932a2

Please sign in to comment.