Skip to content

Commit

Permalink
Merge pull request #46 from TomHAnderson/hotfix/global-enable-metadata2
Browse files Browse the repository at this point in the history
Fixed GlobalEnable Metadata
  • Loading branch information
TomHAnderson committed Dec 13, 2023
2 parents b0014f3 + b5d77bc commit aa72435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Metadata/GlobalEnable.php
Expand Up @@ -42,7 +42,7 @@ public function __invoke(array $entityClasses): ArrayObject
'limit' => 0,
'hydratorNamingStrategy' => null,
'fields' => [],
'filters' => [],
'hydratorFilters' => [],
'excludeFilters' => [],
'description' => $entityClass,
'typeName' => $this->getTypeName($entityClass),
Expand Down

0 comments on commit aa72435

Please sign in to comment.