Skip to content

Commit

Permalink
fix: remove type setter
Browse files Browse the repository at this point in the history
  • Loading branch information
bennetgallein committed Jun 3, 2024
1 parent 9fada13 commit 818ffeb
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/Resources/TSIGKey.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,20 +67,6 @@ public function getType()
return $this->type;
}

/**
* Set set to "TSIGKey".
*
* @param string $type Set to "TSIGKey"
*
* @return self
*/
public function setType(string $type)
{
$this->type = $type;

return $this;
}

/**
* Get the Base64 encoded secret key, empty when listing keys. MAY be empty when POSTing to have the server generate the key material.
*
Expand Down

0 comments on commit 818ffeb

Please sign in to comment.