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