Skip to content

Commit 4a74590

Browse files
committed
histry
1 parent 7398333 commit 4a74590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/Models/WikiPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class WikiPage extends BaseModel {
4545

4646

4747
/*
48-
* @return array| History[]
48+
* @return array| WikiHistory[]
4949
*/
5050
public function histories() {
5151
return $this->api( WikiHistory::class, 'getWikiPageHistory',

0 commit comments

Comments
 (0)