| Total Complexity | 4 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class TextlocalChannel |
||
| 8 | { |
||
| 9 | public function __construct(TextlocalClient $client) |
||
| 12 | } |
||
| 13 | |||
| 14 | /** |
||
| 15 | * Send the given notification. |
||
| 16 | * |
||
| 17 | * @param mixed $notifiable |
||
| 18 | * @param \Illuminate\Notifications\Notification $notification |
||
| 19 | * |
||
| 20 | * @throws \NotificationChannels\Textlocal\Exceptions\CouldNotSendNotification |
||
| 21 | */ |
||
| 22 | public function send($notifiable, Notification $notification) |
||
| 37 |