Skip to content

Commit bb1e33a

Browse files
committed
apply StyleCI fixes
1 parent e5cd0b8 commit bb1e33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Notifications/ArticleSubmitted.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function toTelegram($notifiable)
2828
{
2929
$url = route('articles.show', $this->article->slug());
3030
return TelegramMessage::create()
31-
->to(env("TELEGRAM_LARAVELIO_CHANNEL"))
31+
->to(env('TELEGRAM_LARAVELIO_CHANNEL'))
3232
->content($this->content())
3333
->button('View article', $url);
3434
}

0 commit comments

Comments
 (0)