Skip to content
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.

Commit

Permalink
Ability to get data from domain_domains endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Waite committed Jan 26, 2022
1 parent 878c5e2 commit c8243ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function getDomainRankHistory($domain, $options = [])
* @return ApiResult
* @throws Exception
*/
public function getDomainVsDomains(array $includedDomains, array $excludedDomains, $options = [])
public function getDomainVsDomains(array $includedDomains, array $excludedDomains = [], array $options = [])
{
$domains = [];

Expand Down

0 comments on commit c8243ee

Please sign in to comment.