Merge branch 'develop' into feature/react-admin
This commit is contained in:
commit
2e046ae258
6 changed files with 25 additions and 14 deletions
|
@ -47,7 +47,7 @@ class DownloadLinkService
|
|||
])
|
||||
->handle($backup->server->node, $user->id . $backup->server->uuid);
|
||||
|
||||
return sprintf('%s/download/backup?token=%s', $backup->server->node->getConnectionAddress(), $token->__toString());
|
||||
return sprintf('%s/download/backup?token=%s', $backup->server->node->getConnectionAddress(), $token->toString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue