We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f55d857 + c547f6f commit 962c909Copy full SHA for 962c909
src/config/laravel-logger.php
@@ -27,7 +27,7 @@
27
*/
28
29
'loggerMiddlewareEnabled' => env('LARAVEL_LOGGER_MIDDLEWARE_ENABLED', true),
30
- 'loggerMiddlewareExcept' => array_filter(explode(',', trim((string) env('LARAVEL_LOGGER_MIDDLEWARE_EXCEPT') ?? ''))),
+ 'loggerMiddlewareExcept' => array_filter(explode(',', trim((string) env('LARAVEL_LOGGER_MIDDLEWARE_EXCEPT', '')))),
31
32
/*
33
|--------------------------------------------------------------------------
0 commit comments