Skip to content

Commit

Permalink
Merge pull request #9 from DiegoKarabin/patch-4
Browse files Browse the repository at this point in the history
Update Web.php
  • Loading branch information
AlexR1712 committed Aug 10, 2018
2 parents 3775ef3 + 08c4628 commit 87adc6d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Services/Web.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,19 @@ public function listWebDomain()
return $data;
}

/**
* Add Web/DNS/Mail Domain
*
* @param $user
* @param $domain
*
* @return mixed
*/
public function addFullDomain($user, $domain)
{
return $this->send('v-add-domain', $user, $domain);
}

/**
* Add Web Domains.
*
Expand Down

0 comments on commit 87adc6d

Please sign in to comment.