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