????

Your IP : 18.225.98.59


Current Path : /home/thenclexdoctor.com/public_html/app/Channels/
Upload File :
Current File : /home/thenclexdoctor.com/public_html/app/Channels/SMSChannel.php

<?php

namespace App\Channels;

use App\Mixins\Notifications\SendSMS;
use Illuminate\Notifications\Notification;

class SMSChannel
{

    public function send($notifiable, Notification $notification)
    {
        $message = $notification->toSMS($notifiable);

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

Page not found | The NCLEX Doctor

Page not found!

Sorry, this page is not available...