Fix some final webhook code.

This commit is contained in:
James Cole
2021-01-15 21:01:53 +01:00
parent b4f929b325
commit 99f8ed7760
13 changed files with 37 additions and 25 deletions

View File

@@ -30,7 +30,7 @@ use JsonException;
*/
class Sha3SignatureGenerator implements SignatureGeneratorInterface
{
private int $version = 0;
private int $version = 1;
/**
* @inheritDoc