Test Failed
Pull Request — develop (#37)
by Nuno
06:14 queued 03:12
created
src/Engines/AlgoliaEngine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
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
     }
Please login to merge, or discard this patch.
src/Console/Commands/OptimizeCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         foreach ($searchableFinder->fromCommand($this) as $searchable) {
50 50
             $this->output->text('
Please login to merge, or discard this patch.