* Add test call to test notification #675 * Fix queue driver with emails not sending; formatting #675
This commit is contained in:
@@ -10,6 +10,8 @@ class NewsAdded extends BaseNotification
|
||||
{
|
||||
use MailChannel;
|
||||
|
||||
public $channels = ['mail'];
|
||||
|
||||
private $news;
|
||||
|
||||
public function __construct(News $news)
|
||||
|
||||
Reference in New Issue
Block a user