diff --git a/src/Channel/KavenegarChannel.php b/src/Channel/KavenegarChannel.php index 6728deb..7a3ab56 100644 --- a/src/Channel/KavenegarChannel.php +++ b/src/Channel/KavenegarChannel.php @@ -47,7 +47,7 @@ public function send($notifiable, $notification) $message = $notification->toKavenegar($notifiable); $message->to($message->to ?: $notifiable->routeNotificationFor('kavenegar', $notification)); - if (!$message->to || !($message->from || $message->method)) { + if (!$message->to) { return; }