We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eed8d3 commit 0b22cd2Copy full SHA for 0b22cd2
src/Notifications/TaskReminderNotification.php
@@ -94,7 +94,7 @@ public function toMail($notifiable)
94
break;
95
96
case "Organisation":
97
- $mailMessage->line(new HtmlString('Organisation: <a href="'.config('app.url').'/organisation/'.$this->task->taskable->id.'">'.$this->task->taskable->name.'</a></small>'));
+ $mailMessage->line(new HtmlString('Organisation: <a href="'.config('app.url').'/organisations/'.$this->task->taskable->id.'">'.$this->task->taskable->name.'</a></small>'));
98
99
100
case "Person":
0 commit comments