Code style fix

This commit is contained in:
Luke Towers 2022-02-15 13:24:16 -06:00
parent 12a9182537
commit be45c63d2c

View File

@ -13,7 +13,7 @@ return [
|
*/
'default' => 'mysql',
'default' => env('DB_CONNECTION', 'mysql'),
/*
|--------------------------------------------------------------------------
@ -142,4 +142,4 @@ return [
],
];
];