Test Failed
Push — develop ( 7ffe68...2ad78c )
by Nuno
04:31
created
src/Engines/AlgoliaEngine.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
     {
78 78
         $index = $this->algolia->initIndex($models->first()->searchableAs());
79 79
 
80
-        $result = $index->deleteObjects($models->map(function ($model) {
80
+        $result = $index->deleteObjects($models->map(function($model) {
81 81
             return ObjectIdEncrypter::encrypt($model);
82 82
         })->values()->all());
83 83
 
Please login to merge, or discard this patch.