Skip to content

Commit 558434b

Browse files
committed
WIP
1 parent 6e90dd7 commit 558434b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Federation/FederationDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function discover(
4242
$cachedEntities = $this->entityCollectionStore->get($trustAnchorId);
4343
if (is_array($cachedEntities)) {
4444
$this->logger?->debug(
45-
'Returning discovered entities from store.',
45+
'Returning discovered entities from entity collection store.',
4646
['trustAnchorId' => $trustAnchorId],
4747
);
4848
return $cachedEntities;

0 commit comments

Comments
 (0)