mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Initial implementation of improved sever model and logic
This commit is contained in:
@@ -48,7 +48,7 @@ class NotificationService
|
||||
public function __construct(Server $server)
|
||||
{
|
||||
$this->server = $server;
|
||||
$this->user = User::findOrFail($server->owner);
|
||||
$this->user = User::findOrFail($server->owner_id);
|
||||
}
|
||||
|
||||
public function pass(array $notification)
|
||||
|
||||
Reference in New Issue
Block a user