1
0
Fork 0

Fix complete event being emitted twice

pull/255/head
Felix Becker 2017-01-24 20:51:28 +01:00
parent a8f526ee3e
commit cede993305
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ abstract class AbstractAggregateIndex implements ReadableIndex
foreach ($this->getIndexes() as $index) {
$index->setComplete();
}
$this->emit('complete');
}
/**