Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusnordlander committed May 29, 2023
1 parent bb4e9e9 commit 9be7d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/TypeResolvingEntityUnionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct($entityTypes, EntityTypeResolverInterface $typeResol
'types' => is_callable($entityTypes)
? fn () => array_values($entityTypes())
: array_values($entityTypes),
'typeResolver' => $typeResolver,
'resolveType' => $typeResolver,
];
parent::__construct($config);
}
Expand Down

0 comments on commit 9be7d64

Please sign in to comment.