Replaced TAB with space

This commit is contained in:
TGM 2016-03-01 14:31:07 +02:00
parent 9fc55e8464
commit 8dbd26020a
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', 'localhost'),
'port' => env('DB_PORT', '3306'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),