Skip to content

Commit 7b36899

Browse files
mckenzieartsgithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 07c693e commit 7b36899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Notifications/ArticleSubmitted.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ public function toTelegram($notifiable)
4242
private function content(): string
4343
{
4444
$content = "*Nouvel Article Soumis!*\n\n";
45-
$content .= 'Titre: '.$this->article->title."\n";
46-
$content .= 'Par: [@'.$this->article->author->username.']('.route('profile', $this->article->author->username).')';
45+
$content .= 'Titre: ' . $this->article->title . "\n";
46+
$content .= 'Par: [@' . $this->article->author->username . '](' . route('profile', $this->article->author->username) . ')';
4747

4848
return $content;
4949
}

0 commit comments

Comments
 (0)