Skip to content

Commit

Permalink
Fix DocumentTreeType
Browse files Browse the repository at this point in the history
  • Loading branch information
weisswurstkanone committed Jun 23, 2021
1 parent f53fa4f commit f9c20de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/GraphQL/DocumentType/DocumentTreeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ public function getTypes(): array
'document_hardlink',
'document_link',
'document_page',
'document_snippet',
'_document_folder'
'document_snippet'
];
foreach ($supportedTypes as $supportedType) {
$this->types[$supportedType] = $this->getGraphQlService()->getDocumentTypeDefinition($supportedType);
Expand Down

0 comments on commit f9c20de

Please sign in to comment.