Skip to content

Commit cce8130

Browse files
author
Christian Nielsen
committed
fix
1 parent 506b72c commit cce8130

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Support/Field.php

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ public function getInputTypeRules(InputObjectType $input, string $prefix, array
144144
$rules[$key] = $this->resolveRules($field->rules, $resolutionArguments);
145145
}
146146

147-
148147
$type = $field->type;
149148
if ($field->type instanceof WrappingType) {
150149
$type = $field->type->getWrappedType(true);

0 commit comments

Comments
 (0)