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.
1 parent 631f522 commit b83328cCopy full SHA for b83328c
app/Notifications/PostArticleToTwitter.php
@@ -36,6 +36,6 @@ public function generateTweet()
36
$author = $this->article->author();
37
$author = $author->twitterHandle() ? "@{$author->twitterHandle()}" : $author->name();
38
39
- return "{$title} - {$author}\n\n{$url}";
+ return "{$title} by {$author}\n\n{$url}";
40
}
41
0 commit comments