mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
yeet name_first and name_last from users table
This commit is contained in:
@@ -54,7 +54,7 @@ class RemovedFromServer extends Notification implements ShouldQueue
|
||||
{
|
||||
return (new MailMessage())
|
||||
->error()
|
||||
->greeting('Hello ' . $this->server->user . '.')
|
||||
->greeting('Hello user!')
|
||||
->line('You have been removed as a subuser for the following server.')
|
||||
->line('Server Name: ' . $this->server->name)
|
||||
->action('Visit Panel', route('index'));
|
||||
|
||||
Reference in New Issue
Block a user