toSms($notifiable); $phone = $notifiable->routeNotificationFor('sms', $notification); if (! $phone && ! $message instanceof SmsMessage) { return; } $this->easySms->send($phone, $message); } }