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 0718196 commit 3feb2baCopy full SHA for 3feb2ba
notifier.rst
@@ -601,7 +601,7 @@ specify what channels should be used for specific levels (using
601
->channelPolicy('high', ['chat/slack'])
602
// Use browser for medium and low notifications
603
->channelPolicy('medium', ['browser'])
604
- ->channelPolicy('medium', ['browser'])
+ ->channelPolicy('low', ['browser'])
605
;
606
};
607
0 commit comments