1
0
Fork 0

Make setComplete include static complete

pull/255/head
Felix Becker 2017-01-24 23:59:02 +01:00
parent 8117b49911
commit a296c7caa0
1 changed files with 3 additions and 0 deletions

View File

@ -45,6 +45,9 @@ class Index implements ReadableIndex
*/
public function setComplete()
{
if (!$this->isStaticComplete()) {
$this->setStaticComplete();
}
$this->complete = true;
$this->emit('complete');
}