| 1 | <?php |
||
| 7 | class PanaceaMobileChannel |
||
| 8 | { |
||
| 9 | /** @var \NotificationChannels\PanaceaMobile\PanaceaMobileApi */ |
||
| 10 | protected $panacea; |
||
| 11 | |||
| 12 | public function __construct(PanaceaMobileApi $panacea) |
||
| 16 | |||
| 17 | /** |
||
| 18 | * Send the given notification. |
||
| 19 | * |
||
| 20 | * @param mixed $notifiable |
||
| 21 | * @param \Illuminate\Notifications\Notification $notification |
||
| 22 | * |
||
| 23 | * @throws \NotificationChannels\PanaceaMobile\Exceptions\CouldNotSendNotification |
||
| 24 | */ |
||
| 25 | public function send($notifiable, Notification $notification) |
||
| 40 | } |
||
| 41 |