Fix email for news not going out (#1131)

This commit is contained in:
Nabeel S
2021-04-11 14:32:58 -04:00
committed by GitHub
parent 648e7a261d
commit fdab4ee530
3 changed files with 15 additions and 15 deletions

View File

@@ -22,7 +22,7 @@ class NewsAdded extends Notification
$this->news = $news;
$this->setMailable(
$news->subject,
'notifications.mail.news',
'notifications.mail.news.news',
['news' => $news]
);
}