Skip to content

Commit

Permalink
DB_DATABASE is Not allways laravel
Browse files Browse the repository at this point in the history
  • Loading branch information
sotten committed Mar 16, 2024
1 parent 9d14355 commit 4d17e49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ protected function replaceEnvVariables(array $services)
$defaults = [
'# DB_HOST=127.0.0.1',
'# DB_PORT=3306',
'# DB_DATABASE=laravel',
'# DB_DATABASE=',
'# DB_USERNAME=root',
'# DB_PASSWORD=',
];
Expand Down

0 comments on commit 4d17e49

Please sign in to comment.