Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
38 | public function toArray($notifiable) |
||
39 | { |
||
40 | return [ |
||
41 | 'type' => 'warning', |
||
42 | 'message' => $this->details['user'].' added a comment to your Tech Tip - '.$this->details['title'], |
||
43 | 'link' => url(route('tip.details', ['id' => $this->details['tip_id'], 'name' => urlencode($this->details['title'])])) |
||
44 | ]; |
||
47 |