toSMS($notifiable); $sendSMS = (new SendSMS($message['to'], $message['content'])); $sendSMS->send(); } }