remove ray

This commit is contained in:
ayntk-ai
2024-08-16 22:03:43 +02:00
parent 48734e53d0
commit 9ab03e52a3

View File

@@ -39,12 +39,6 @@ class ScheduledDatabaseBackup extends BaseModel
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;
}
}