1 | <?php |
||
12 | final class JetSmsChannel |
||
13 | { |
||
14 | /** |
||
15 | * Send the given notification. |
||
16 | * |
||
17 | * @param mixed $notifiable |
||
18 | * @param \Illuminate\Notifications\Notification $notification |
||
19 | * @throws \NotificationChannels\JetSms\Exceptions\CouldNotSendNotification |
||
20 | * @return void |
||
21 | */ |
||
22 | 3 | public function send($notifiable, Notification $notification) |
|
40 | } |
||
41 |