Skip to content

Commit a0389be

Browse files
authored
Bugfix
1 parent 5bdcb75 commit a0389be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Matomo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4910,7 +4910,7 @@ public function getTransitionsForPageUrl(
49104910
string $limitBeforeGrouping = '',
49114911
array $optional = []
49124912
): mixed {
4913-
return $this->_request('Transitions.getTransitionsForPageTitle', [
4913+
return $this->_request('Transitions.getTransitionsForPageUrl', [
49144914
'pageUrl' => $pageUrl,
49154915
'segment' => $segment,
49164916
'limitBeforeGrouping' => $limitBeforeGrouping,

0 commit comments

Comments
 (0)