Make setComplete include static complete
parent
8117b49911
commit
a296c7caa0
|
@ -45,6 +45,9 @@ class Index implements ReadableIndex
|
|||
*/
|
||||
public function setComplete()
|
||||
{
|
||||
if (!$this->isStaticComplete()) {
|
||||
$this->setStaticComplete();
|
||||
}
|
||||
$this->complete = true;
|
||||
$this->emit('complete');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue