Skip to content

Commit

Permalink
Remove setType call
Browse files Browse the repository at this point in the history
  • Loading branch information
trizz authored Jun 11, 2024
1 parent 3759606 commit e95d400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Resources/TSIGKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
}

Expand Down

0 comments on commit e95d400

Please sign in to comment.