Skip to content

Commit 6024bb1

Browse files
author
Mikk Mihkel Nurges
committed
Merge branch 'develop'
2 parents 2232021 + 0b86fb6 commit 6024bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rebing/GraphQL/Support/UploadType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class UploadType extends ScalarType {
2424

2525
public function __construct($name = 'Upload')
2626
{
27-
$this->name = $name . '_upload';
27+
$this->name = $name;
2828

2929
parent::__construct();
3030
}

0 commit comments

Comments
 (0)