return null

This commit is contained in:
JM 2026-05-05 14:54:23 +02:00
parent b7390d7740
commit ca0f212d37
1 changed files with 1 additions and 1 deletions

View File

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