Skip to content

Commit

Permalink
deleteSrvRecord parameter bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
digicatech authored Jan 17, 2021
1 parent 03683ab commit 5d56946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/APIs/Dns.php
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ public function deleteMxRecord($domainName , $host , $value)
* @throws Exception
* @link https://resellerclub.webpropanel.com/kb/deleting-txt-record-api
*/
public function deleteSrvRecord($domainName , $value , $host , $port ,$weight)
public function deleteSrvRecord($domainName , $host, $value , $port ,$weight)
{
return $this->get(
'manage/delete-srv-record',
Expand Down

0 comments on commit 5d56946

Please sign in to comment.