Skip to content

Commit 700e047

Browse files
committed
apply StyleCI fixes
1 parent bb1e33a commit 700e047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Notifications/ArticleSubmitted.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public function via($notifiable)
2727
public function toTelegram($notifiable)
2828
{
2929
$url = route('articles.show', $this->article->slug());
30+
3031
return TelegramMessage::create()
3132
->to(env('TELEGRAM_LARAVELIO_CHANNEL'))
3233
->content($this->content())

0 commit comments

Comments
 (0)