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 5bc4167 + 349196d commit ce720e5Copy full SHA for ce720e5
lib/private/Notification/Manager.php
@@ -209,7 +209,9 @@ public function createNotification(): INotification {
209
* @since 8.2.0
210
*/
211
public function hasNotifiers(): bool {
212
- return !empty($this->notifiers) || !empty($this->notifierClasses);
+ return !empty($this->notifiers)
213
+ || !empty($this->notifierClasses)
214
+ || (!$this->parsedRegistrationContext && !empty($this->coordinator->getRegistrationContext()->getNotifierServices()));
215
}
216
217
/**
0 commit comments