@@ -73,7 +73,7 @@ |
||
73 | 73 | { |
74 | 74 | $index = $this->algolia->initIndex($models->first()->searchableAs()); |
75 | 75 | |
76 | - $index->deleteObjects($models->map(function ($model) { |
|
76 | + $index->deleteObjects($models->map(function($model) { |
|
77 | 77 | return ObjectIdEncrypter::encrypt($model); |
78 | 78 | })->values()->all()); |
79 | 79 | } |
@@ -49,7 +49,7 @@ |
||
49 | 49 | foreach ($searchableFinder->fromCommand($this) as $searchable) { |
50 | 50 | $this->output->text(' |