return null
This commit is contained in:
parent
b7390d7740
commit
ca0f212d37
|
|
@ -141,7 +141,7 @@ class NotificationPayloadFactory
|
||||||
return (string) $subject->discussion->title;
|
return (string) $subject->discussion->title;
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return null;
|
||||||
}
|
}
|
||||||
protected function resolveSubjectUrl(BlueprintInterface $blueprint): ?string
|
protected function resolveSubjectUrl(BlueprintInterface $blueprint): ?string
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue