Skip to content

Commit 5c42833

Browse files
Merge pull request #1 from laravel-doctrine/analysis-zGgyj2
Applied fixes from StyleCI
2 parents 856ac8a + 8891f3e commit 5c42833

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SearchableRepository.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ public function getKeyName()
7070
public function makeAllSearchable()
7171
{
7272
$this->chunk(100, function (Collection $models) {
73-
7473
$models = $models->map(function (Searchable $model) {
7574
$model->setSearchableAs($this->searchableAs());
7675
$model->setClassMetaData($this->getClassMetadata());

0 commit comments

Comments
 (0)