1
0
Fork 0
pull/260/head
Felix Becker 2017-02-01 15:31:45 +01:00
parent b3855be9fb
commit 22d0ac921c
1 changed files with 1 additions and 1 deletions

View File

@ -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
]); ]);
} }
} }