Skip to content

Commit 4eeffc4

Browse files
committed
minor #16719 Replace duplicate medium configuration (ncsmnicole)
This PR was submitted for the 6.0 branch but it was merged into the 5.4 branch instead. Discussion ---------- Replace duplicate medium configuration <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `6.x` for features of unreleased versions). --> Commits ------- 3feb2ba Replace duplicate medium configuration
2 parents 0718196 + 3feb2ba commit 4eeffc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifier.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ specify what channels should be used for specific levels (using
601601
->channelPolicy('high', ['chat/slack'])
602602
// Use browser for medium and low notifications
603603
->channelPolicy('medium', ['browser'])
604-
->channelPolicy('medium', ['browser'])
604+
->channelPolicy('low', ['browser'])
605605
;
606606
};
607607

0 commit comments

Comments
 (0)