diff --git a/src/Resources/TSIGKey.php b/src/Resources/TSIGKey.php index 7d132b5..ec39410 100644 --- a/src/Resources/TSIGKey.php +++ b/src/Resources/TSIGKey.php @@ -53,7 +53,6 @@ public function __construct(?array $content = null) $this->setId($content['id'] ?? ''); $this->setAlgorithm($content['algorithm'] ?? ''); $this->setKey($content['key'] ?? ''); - $this->setType('TSIGKey'); } }