Fix static complete
parent
c5be9d0be5
commit
93271bbcc4
|
@ -56,7 +56,7 @@ class Index implements ReadableIndex
|
||||||
*/
|
*/
|
||||||
public function setStaticComplete()
|
public function setStaticComplete()
|
||||||
{
|
{
|
||||||
$this->complete = true;
|
$this->staticComplete = true;
|
||||||
$this->emit('static-complete');
|
$this->emit('static-complete');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue