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 9436f4e commit 4d00d47Copy full SHA for 4d00d47
logging/formatter.rst
@@ -69,7 +69,7 @@ configure your handler to use it:
69
'file' => array(
70
'type' => 'stream',
71
'level' => 'debug',
72
- 'formatter' => JsonFormatter::class',
+ 'formatter' => JsonFormatter::class,
73
),
74
75
));
0 commit comments