Skip to content

Commit 3627b82

Browse files
committed
Fix typo in gets method (must be nonstatic)
1 parent d58b90c commit 3627b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TextRuApi.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static function get($userkey, $uid, $jsonvisible = null)
117117
return $result;
118118
}
119119

120-
public static function gets($uid, $jsonvisible = null)
120+
public function gets($uid, $jsonvisible = null)
121121
{
122122
return $this::add($this->userkey, $uid, $jsonvisible);
123123
}

0 commit comments

Comments
 (0)