Skip to content

Commit 8d7f266

Browse files
author
Tim Helfensdörfer
committed
Fixed duplicate method names
1 parent 74bbd72 commit 8d7f266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Matomo.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3704,7 +3704,7 @@ public function getSitesIdFromSiteUrl($url, $optional = [])
37043704
*
37053705
* @return object
37063706
*/
3707-
public function getSitesIdFromSiteUrl()
3707+
public function getSiteSettings()
37083708
{
37093709
return $this->_request('SitesManager.getSiteSettings');
37103710
}
@@ -4284,7 +4284,7 @@ public function getCountry($segment = '', $optional = [])
42844284
*
42854285
* @return object
42864286
*/
4287-
public function getCountry($segment = '', $optional = [])
4287+
public function getCountryCodeMapping($segment = '', $optional = [])
42884288
{
42894289
return $this->_request('UserCountry.getCountryCodeMapping');
42904290
}

0 commit comments

Comments
 (0)