Skip to content

Commit b871616

Browse files
Added missing quotes to example.
1 parent 551d9a0 commit b871616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Without polyfill:
4444

4545
With polyfill:
4646

47-
'host' => env(DATABASE_HOST, 'localhost')
47+
'host' => env('DATABASE_HOST', 'localhost')
4848
'database' => env('DATABASE_NAME', 'default_db'),
4949
'username' => env('DATABASE_USER', 'default_user'),
5050
'password' => env('DATABASE_PASSWORD', 'default_pass')

0 commit comments

Comments
 (0)