Skip to content

Commit 737c8f6

Browse files
committed
getState for verified endpoints
1 parent f5cebf0 commit 737c8f6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/VerifierServer/Endpoints/VerifiedEndpoint.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,9 @@ public function removeIndex(int|string $existingIndex): array
286286
$this->state->setVerifyList($list);
287287
return $splice;
288288
}
289+
290+
public function getState()
291+
{
292+
return $this->state;
293+
}
289294
}

0 commit comments

Comments
 (0)