Skip to content

Commit

Permalink
Remove config attribute from InputUnionType
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpoulain committed Apr 23, 2018
1 parent 2b64eaa commit 28b5ef2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/GraphQl/Type/Definition/InputUnionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,6 @@ final class InputUnionType extends Type implements InputType, LeafType
*/
private $types;

/**
* @var array
*/
private $config;

/**
* @throws InvariantViolation
*/
Expand Down

0 comments on commit 28b5ef2

Please sign in to comment.