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 856ac8a + 8891f3e commit 5c42833Copy full SHA for 5c42833
src/SearchableRepository.php
@@ -70,7 +70,6 @@ public function getKeyName()
70
public function makeAllSearchable()
71
{
72
$this->chunk(100, function (Collection $models) {
73
-
74
$models = $models->map(function (Searchable $model) {
75
$model->setSearchableAs($this->searchableAs());
76
$model->setClassMetaData($this->getClassMetadata());
0 commit comments