| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 15 | class DatabaseNotificationChannel extends DatabaseChannel |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * Build an array payload for the DatabaseNotification Model. |
||
| 19 | * |
||
| 20 | * @param mixed $notifiable |
||
| 21 | * @param \Illuminate\Notifications\Notification $notification |
||
| 22 | * @return array |
||
| 23 | */ |
||
| 24 | protected function buildPayload($notifiable, Notification $notification) |
||
| 33 |