mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Merge pull request #2008 from Sir3lit/emailfix
Fix Subuser welcome email
This commit is contained in:
@@ -56,6 +56,6 @@ class AddedToServer extends Notification implements ShouldQueue
|
|||||||
->greeting('Hello ' . $this->server->user . '!')
|
->greeting('Hello ' . $this->server->user . '!')
|
||||||
->line('You have been added as a subuser for the following server, allowing you certain control over the server.')
|
->line('You have been added as a subuser for the following server, allowing you certain control over the server.')
|
||||||
->line('Server Name: ' . $this->server->name)
|
->line('Server Name: ' . $this->server->name)
|
||||||
->action('Visit Server', route('server.index', $this->server->uuidShort));
|
->action('Visit Server', url('/server/' . $this->server->uuidShort));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user