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 e5cd0b8 commit bb1e33aCopy full SHA for bb1e33a
app/Notifications/ArticleSubmitted.php
@@ -28,7 +28,7 @@ public function toTelegram($notifiable)
28
{
29
$url = route('articles.show', $this->article->slug());
30
return TelegramMessage::create()
31
- ->to(env("TELEGRAM_LARAVELIO_CHANNEL"))
+ ->to(env('TELEGRAM_LARAVELIO_CHANNEL'))
32
->content($this->content())
33
->button('View article', $url);
34
}
0 commit comments