remove ray
This commit is contained in:
parent
48734e53d0
commit
9ab03e52a3
1 changed files with 0 additions and 6 deletions
|
|
@ -39,12 +39,6 @@ public function server()
|
|||
if ($this->database) {
|
||||
if ($this->database->destination && $this->database->destination->server) {
|
||||
$server = $this->database->destination->server;
|
||||
ray('Server found:', $server);
|
||||
ray('Server details:', [
|
||||
'id' => $server->id,
|
||||
'name' => $server->name,
|
||||
'ip' => $server->ip
|
||||
]);
|
||||
return $server;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue