Skip to content

Commit 2523207

Browse files
committed
Make insertDocuments public
1 parent cd7e860 commit 2523207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Typesense/Index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function exists()
7373
}
7474
}
7575

76-
protected function insertDocuments(Documents $documents)
76+
public function insertDocuments(Documents $documents)
7777
{
7878
$this->getOrCreateIndex()->documents->import($documents->all(), ['action' => 'upsert']);
7979
}

0 commit comments

Comments
 (0)