Merge pull request #384 from sukeesh/master

port variable set twice
This commit is contained in:
Sam Bell 2018-06-17 09:50:04 +01:00 committed by GitHub
commit ffb12f7a3b
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@ return [
'database' => env('DB_DATABASE'),
'username' => env('DB_USERNAME'),
'password' => env('DB_PASSWORD'),
'port' => env('DB_PORT'),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => env('DB_PREFIX'),