Skip to content

Commit 765918f

Browse files
author
Simonas Šerlinskas
committed
changed get getScrollConfiguration to public (Closes #768)
1 parent 02e2971 commit 765918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Service/Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public function createSearch()
204204
*
205205
* @return array
206206
*/
207-
private function getScrollConfiguration($raw, $scrollDuration)
207+
public function getScrollConfiguration($raw, $scrollDuration)
208208
{
209209
$scrollConfig = [];
210210
if (isset($raw['_scroll_id'])) {

0 commit comments

Comments
 (0)