Completed
Push — master ( 7109f2...07f532 )
by Mina
03:58
created
src/ElasticEloquent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
                 'doc' => $this->getSearchableIndex()
61 61
             ],
62 62
         ];
63
-        dispatch(new IndexModel($this, $params,'update'));
63
+        dispatch(new IndexModel($this, $params, 'update'));
64 64
     }
65 65
 
66 66
     /**
Please login to merge, or discard this patch.