Skip to content

Commit

Permalink
fix opening browser windows
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed May 16, 2024
1 parent 74d7163 commit c187380
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/CommandBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -1577,6 +1577,7 @@ protected function createMySqlDumpOnLocal(string $dbHost, string $dbUser, string
return $localFilepath;
}

/** @infection-ignore-all */
protected function promptOpenBrowserToCreateToken(
InputInterface $input
): void {
Expand Down

0 comments on commit c187380

Please sign in to comment.