Trigger on delete.

This commit is contained in:
James Cole
2020-12-05 14:53:14 +01:00
parent 81a3e23b4e
commit 80f9e0e396
4 changed files with 59 additions and 2 deletions

View File

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