We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4e1bb5 + a366efe commit 741fb62Copy full SHA for 741fb62
src/Query.php
@@ -788,15 +788,12 @@ public function clear($scroll_id = NULL)
788
789
/**
790
* Get the collection of results
791
- * @param string $scroll_id
792
* @return array|Collection
793
*/
794
- public function get($scroll_id = NULL)
+ public function get()
795
{
796
797
- $scroll_id = NULL;
798
-
799
- $result = $this->getResult($scroll_id);
+ $result = $this->getResult(NULL);
800
801
return $this->getAll($result);
802
}
0 commit comments