| Total Complexity | 3 |
| Total Lines | 23 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class WebNotificationChannel extends BroadcastChannel |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Send the given notification. |
||
| 21 | * |
||
| 22 | * @param mixed $notifiable |
||
| 23 | * @param \Illuminate\Notifications\Notification $notification |
||
| 24 | * @return array|null |
||
| 25 | */ |
||
| 26 | public function send($notifiable, Notification $notification) |
||
| 42 |