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