Fix typo
parent
b3855be9fb
commit
22d0ac921c
|
@ -208,7 +208,7 @@ class Index implements ReadableIndex, \Serializable
|
||||||
'definitions' => $this->definitions,
|
'definitions' => $this->definitions,
|
||||||
'references' => $this->references,
|
'references' => $this->references,
|
||||||
'complete' => $this->complete,
|
'complete' => $this->complete,
|
||||||
'static-complete' => $this->staticComplete
|
'staticComplete' => $this->staticComplete
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue