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 d2830a2 + 977ecb4 commit e409223Copy full SHA for e409223
logging/monolog_email.rst
@@ -180,7 +180,7 @@ You can adjust the time period using the ``time`` option:
180
// ...
181
182
$monolog->handler('deduplicated')
183
- ->type('deduplicated')
+ ->type('deduplication')
184
// the time in seconds during which duplicate entries are discarded (default: 60)
185
->time(10)
186
->handler('symfony_mailer')
@@ -304,7 +304,7 @@ get logged on the server as well as the emails being sent:
304
;
305
306
307
308
309
310
0 commit comments