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 58f34c4 + 21f9ea0 commit 2fb8e92Copy full SHA for 2fb8e92
lib/private/Notification/Manager.php
@@ -207,7 +207,9 @@ public function createNotification(): INotification {
207
* @since 8.2.0
208
*/
209
public function hasNotifiers(): bool {
210
- return !empty($this->notifiers) || !empty($this->notifierClasses);
+ return !empty($this->notifiers)
211
+ || !empty($this->notifierClasses)
212
+ || (!$this->parsedRegistrationContext && !empty($this->coordinator->getRegistrationContext()->getNotifierServices()));
213
}
214
215
/**
0 commit comments