Closed xiaohuilam closed 6 years ago
https://github.com/overtrue/easy-sms/blob/d7e8fd6d6e2919787295020aa976ae08f39c7b9d/src/Messenger.php#L42-L55
/** * Annotations... * * @param mixed $notifiable * @param \Illuminate\Notifications\Notification $notification * @return void */ public function send($notifiable, Notification $notification) {
可以自行做一个 Channel 哈,参考:
https://laravel-china.org/articles/17358
https://github.com/overtrue/easy-sms/blob/d7e8fd6d6e2919787295020aa976ae08f39c7b9d/src/Messenger.php#L42-L55