Skip to content

Commit 5b64d71

Browse files
committed
WIP
1 parent 2589357 commit 5b64d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controllers/VerifiableCredentials/CredentialIssuerCredentialController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function credential(Request $request): Response
110110
return $this->routes->newJsonResponse(
111111
[
112112
'credentials' => [
113-
'credential' => $verifiableCredential->getToken(),
113+
['credential' => $verifiableCredential->getToken()],
114114
],
115115
],
116116
);

0 commit comments

Comments
 (0)