Merge branch 'develop' of https://github.com/snipe/snipe-it into develop

This commit is contained in:
snipe
2021-04-21 12:29:06 -07:00

View File

@@ -14,8 +14,7 @@ $config = [
| one of the channels defined in the "channels" configuration array.
|
*/
'default' => 'stack',
'default' => env('LOG_CHANNEL', 'stack'),
/*
|--------------------------------------------------------------------------