| Total Complexity | 1 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class ExtendedDatabaseChannel extends DatabaseChannel |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Build an array payload for the DatabaseNotification Model. |
||
| 13 | * |
||
| 14 | * @param mixed $notifiable |
||
| 15 | * @param \Illuminate\Notifications\Notification $notification |
||
| 16 | * @return array |
||
| 17 | */ |
||
| 18 | protected function buildPayload($notifiable, Notification $notification) |
||
| 33 |