Skip to content

Commit ee8d82e

Browse files
committed
Fix typo in gets method (wrong wrapped method)
1 parent 3627b82 commit ee8d82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextRuApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ public static function get($userkey, $uid, $jsonvisible = null)
119119

120120
public function gets($uid, $jsonvisible = null)
121121
{
122-
return $this::add($this->userkey, $uid, $jsonvisible);
122+
return $this::get($this->userkey, $uid, $jsonvisible);
123123
}
124124

125125
/**

0 commit comments

Comments
 (0)