Skip to content

Commit 842cd75

Browse files
committed
-
1 parent 302e608 commit 842cd75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/laravel-logger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*/
2828

2929
'loggerMiddlewareEnabled' => env('LARAVEL_LOGGER_MIDDLEWARE_ENABLED', true),
30-
'loggerMiddlewareExcept' => array_filter(explode(",", trim(env('LARAVEL_LOGGER_MIDDLEWARE_EXCEPT'))),
30+
'loggerMiddlewareExcept' => array_filter(explode(",", trim(env('LARAVEL_LOGGER_MIDDLEWARE_EXCEPT')))),
3131

3232
/*
3333
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)