Skip to content

Commit

Permalink
Remove extra DB_DATABASE (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnySjoblom authored Oct 5, 2023
1 parent 775a9ee commit 04e1bbf
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 04e1bbf

Please sign in to comment.