Skip to content

Commit

Permalink
Remove extra DB_DATABASE
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnySjoblom committed Oct 4, 2023
1 parent 775a9ee commit 336dea2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/NewCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ protected function configureDefaultDatabaseConnection(string $directory, string
}

$defaults = [
'DB_DATABASE=laravel',
'DB_HOST=127.0.0.1',
'DB_PORT=3306',
'DB_DATABASE=laravel',
Expand Down

0 comments on commit 336dea2

Please sign in to comment.