Skip to content

Commit

Permalink
Added missing quotes to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Caffe1neAdd1ct committed Dec 4, 2017
1 parent 551d9a0 commit b871616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Without polyfill:

With polyfill:

'host' => env(DATABASE_HOST, 'localhost')
'host' => env('DATABASE_HOST', 'localhost')
'database' => env('DATABASE_NAME', 'default_db'),
'username' => env('DATABASE_USER', 'default_user'),
'password' => env('DATABASE_PASSWORD', 'default_pass')

0 comments on commit b871616

Please sign in to comment.