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 37cba13 commit 5198a51Copy full SHA for 5198a51
src/Controllers/Federation/EntityStatementController.php
@@ -141,7 +141,7 @@ public function configuration(): Response
141
}
142
143
return [
144
- ClaimsEnum::Id->value => $trustMarkEntity->getTrustMarkId(),
+ ClaimsEnum::TrustMarkId->value => $trustMarkEntity->getTrustMarkId(),
145
ClaimsEnum::TrustMark->value => $token,
146
];
147
}, $trustMarkTokens);
0 commit comments