make StyleCI happy
This commit is contained in:
+11
-11
@@ -62,18 +62,18 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'mysql' => [
|
'mysql' => [
|
||||||
'driver' => 'mysql',
|
'driver' => 'mysql',
|
||||||
'host' => env('DB_HOST', null),
|
'host' => env('DB_HOST', null),
|
||||||
'unix_socket' => env('DB_UNIX_SOCKET', null),
|
'unix_socket' => env('DB_UNIX_SOCKET', null),
|
||||||
'database' => env('DB_DATABASE', null),
|
'database' => env('DB_DATABASE', null),
|
||||||
'username' => env('DB_USERNAME', null),
|
'username' => env('DB_USERNAME', null),
|
||||||
'password' => env('DB_PASSWORD', null),
|
'password' => env('DB_PASSWORD', null),
|
||||||
'port' => env('DB_PORT', '3306'),
|
'port' => env('DB_PORT', '3306'),
|
||||||
'charset' => 'utf8',
|
'charset' => 'utf8',
|
||||||
'collation' => 'utf8_unicode_ci',
|
'collation' => 'utf8_unicode_ci',
|
||||||
'prefix' => env('DB_PREFIX', null),
|
'prefix' => env('DB_PREFIX', null),
|
||||||
'strict' => false,
|
'strict' => false,
|
||||||
'engine' => null,
|
'engine' => null,
|
||||||
],
|
],
|
||||||
|
|
||||||
'pgsql' => [
|
'pgsql' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user