Skip to content

Commit

Permalink
Pint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed May 6, 2024
1 parent a9db3f0 commit e0cfec9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/Console/Commands/Environment/DatabaseSettingsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public function handle(): int

if ($this->confirm(__('commands.database_settings.go_back'))) {
$this->database->disconnect('_panel_command_test');

return $this->handle();
}

Expand Down Expand Up @@ -127,4 +128,4 @@ private function testMySQLConnection()

$this->database->connection('_panel_command_test')->getPdo();
}
}
}
2 changes: 1 addition & 1 deletion lang/en/commands.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'DB_USERNAME_note' => "Using the root account for MySQL connections is not only highly frowned upon, it is also not allowed by this application. You\'ll need to have created a MySQL user for this software.",
'DB_PASSWORD_note' => 'It appears you already have a MySQL connection password defined, would you like to change it?',
'DB_error_2' => 'Your connection credentials have NOT been saved. You will need to provide valid connection information before proceeding.',
'go_back' => 'Go back and try again'
'go_back' => 'Go back and try again',
],
'make_node' => [
'name' => 'Enter a short identifier used to distinguish this node from others',
Expand Down

0 comments on commit e0cfec9

Please sign in to comment.