Skip to content

Commit 667287c

Browse files
committed
revert Wiki.php changes
1 parent 5bb98b1 commit 667287c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Wiki.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function wikiDbVersion() {
7373
/**
7474
* @psalm-suppress InvalidArgument
7575
*/
76-
return $this->hasOne(WikiDb::class)->version;
76+
return $this->hasOne(WikiDb::class)->select(['id', 'wiki_id', 'version']);
7777
}
7878

7979
// TODO these should just be on the backend model? =] Or marked as a private relationship or something?

0 commit comments

Comments
 (0)