@@ -68,7 +68,7 @@ |
||
| 68 | 68 | $this->index[$key][$operation->idx($this->connection)] = $operation; |
| 69 | 69 | } |
| 70 | 70 | $indexer = $this; |
| 71 | - $operation->onRemove(function ($operation) use ($key, $indexer) { |
|
| 71 | + $operation->onRemove(function($operation) use ($key, $indexer) { |
|
| 72 | 72 | $indexer->deIndex($operation, $key); |
| 73 | 73 | }); |
| 74 | 74 | return $operation; |