We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0680f1 commit 6fb2a73Copy full SHA for 6fb2a73
src/Factory/PartialInputTypeFactory.php
@@ -35,7 +35,6 @@ public function create(string $className): Type
35
$field['type'] = $field['type']->getWrappedType();
36
}
37
38
-// $field['defaultValue'] = null;
39
unset($field['defaultValue']);
40
41
$optionalFields[] = $field;
0 commit comments