We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8cb4017 + 5eed8b1 commit b94781eCopy full SHA for b94781e
1 file changed
app/Notifications/AddedToServer.php
@@ -56,6 +56,6 @@ public function toMail($notifiable)
56
->greeting('Hello ' . $this->server->user . '!')
57
->line('You have been added as a subuser for the following server, allowing you certain control over the server.')
58
->line('Server Name: ' . $this->server->name)
59
- ->action('Visit Server', route('server.index', $this->server->uuidShort));
+ ->action('Visit Server', url('/server/' . $this->server->uuidShort));
60
}
61
0 commit comments