@@ -54,7 +54,7 @@ |
||
54 | 54 | |
55 | 55 | $result = $index->deleteBy([ |
56 | 56 | 'tagFilters' => [ |
57 | - $this->searchables->map(function ($searchable) { |
|
57 | + $this->searchables->map(function($searchable) { |
|
58 | 58 | return ObjectIdEncrypter::encrypt($searchable); |
59 | 59 | })->toArray() |
60 | 60 | ], |