We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c278a8 commit 6272bb6Copy full SHA for 6272bb6
app/Http/Controllers/Api/Remote/Servers/ServerTransferController.php
@@ -39,7 +39,7 @@ public function failure(string $uuid): JsonResponse
39
throw new ConflictHttpException('Server is not being transferred.');
40
}
41
42
- return $this->processFailedTransfer($server->transfer);
+ return $this->processFailedTransfer($transfer);
43
44
45
/**
0 commit comments