Skip to content

Commit

Permalink
changed get getScrollConfiguration to public (Closes #768)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simonas Šerlinskas committed Mar 30, 2017
1 parent 02e2971 commit 765918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Service/Repository.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public function createSearch()
*
* @return array
*/
private function getScrollConfiguration($raw, $scrollDuration)
public function getScrollConfiguration($raw, $scrollDuration)
{
$scrollConfig = [];
if (isset($raw['_scroll_id'])) {
Expand Down

0 comments on commit 765918f

Please sign in to comment.