Skip to content

Commit 28b5ef2

Browse files
committed
Remove config attribute from InputUnionType
1 parent 2b64eaa commit 28b5ef2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/GraphQl/Type/Definition/InputUnionType.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ final class InputUnionType extends Type implements InputType, LeafType
3535
*/
3636
private $types;
3737

38-
/**
39-
* @var array
40-
*/
41-
private $config;
42-
4338
/**
4439
* @throws InvariantViolation
4540
*/

0 commit comments

Comments
 (0)