| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | 6 | public function send($notifiable, Notification $notification) |
|
| 17 | { |
||
| 18 | 6 | $to = $notifiable->routeNotificationForNotifyLK($notification); |
|
| 19 | |||
| 20 | /** @var NotifyLKMessage $message */ |
||
| 21 | 6 | $message = $notification->toNotifyLK($notifiable)->to($to); |
|
|
|
|||
| 22 | |||
| 23 | 6 | $this->notifyLKClient->send($message); |
|
| 24 | 6 | } |
|
| 26 |