Skip to content

Commit

Permalink
Fixed returning from ConfigBasedSubscriptionResolver::resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Jan 12, 2024
1 parent a471c89 commit 0ea1052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function resolve(NotificationInterface $notification, array $context = []
$notificationType = $notification->getType();

if (!array_key_exists($notificationType, $config)) {
yield;
return;
}

foreach ($config[$notificationType]['channels'] as $channel) {
Expand Down

0 comments on commit 0ea1052

Please sign in to comment.