Skip to content

Commit 8ea0a9a

Browse files
committed
Merge pull request #61 from somus/master
includeKey() in ParseQuery is not returning the current object
2 parents 2584546 + 4f4708b commit 8ea0a9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Parse/ParseQuery.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ public function includeKey($key)
758758
} else {
759759
$this->includes[] = $key;
760760
}
761+
return $this;
761762
}
762763

763764
/**

0 commit comments

Comments
 (0)