This commit is contained in:
Andras Bacsai
2023-06-01 13:54:38 +02:00
parent 4a96b4b622
commit ea5c1b9e12
4 changed files with 18 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ class EmailChannel
{
$this->bootConfigs($notifiable);
if ($notification instanceof \App\Notifications\TestNotification) {
$bcc = $notifiable->routeNotificationForEmail('test_notification_email');
$bcc = $notifiable->routeNotificationForEmail('test_notification_recipients');
if (count($bcc) === 0) {
$bcc = $notifiable->routeNotificationForEmail();
}