This commit is contained in:
JM 2026-05-05 14:52:06 +02:00
parent 8349d649ab
commit b7390d7740
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ class NotificationPayloadFactory
return (string) $subject->discussion->title;
}
return
return;
}
protected function resolveSubjectUrl(BlueprintInterface $blueprint): ?string
{