mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
Code style fix
This commit is contained in:
parent
12a9182537
commit
be45c63d2c
@ -13,7 +13,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'default' => 'mysql',
|
||||
'default' => env('DB_CONNECTION', 'mysql'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@ -142,4 +142,4 @@ return [
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user