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