Skip to content

Commit 5acd892

Browse files
Guido Gröönmrts
authored andcommitted
Updated readme
1 parent 8b85c90 commit 5acd892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ use web_eid\web_eid_authtoken_validation_php\challenge\ChallengeNonceGeneratorBu
5858
...
5959
public function generator(): ChallengeNonceGenerator
6060
{
61-
return (new ChallengeNonceGeneratorBuilder)
61+
return (new ChallengeNonceGeneratorBuilder())
6262
->withNonceTtl(300) // challenge nonce TTL in seconds, default is 300 (5 minutes)
6363
->build();
6464
}

0 commit comments

Comments
 (0)