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.
1 parent 640dcc2 commit f2dc4eaCopy full SHA for f2dc4ea
README.md
@@ -53,7 +53,7 @@ return [
53
// Default is an empty array.
54
'processors' => [
55
\Hedii\LaravelGelfLogger\Processors\NullStringProcessor::class,
56
- \Foo\Bar\AnotherProcessor::class,
+ // another processor...
57
],
58
59
// This optional option determines the minimum "level" a message
0 commit comments