Skip to content

Commit aa5edce

Browse files
authored
Merge pull request #45 from szepeviktor/patch-3
Duplicate array item in PostInput
2 parents a410e65 + a68bcaf commit aa5edce

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Type/Definition/PostInput.php

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ static function getFieldSchema() {
2121
'type' => Type::int(),
2222
'description' => 'The ID of the user who added the post. Default is the current user ID'
2323
],
24-
'post_title' => [
25-
'type' => Type::string(),
26-
'description' => 'The ID of the user who added the post. Default is the current user ID'
27-
],
2824
'post_content' => [
2925
'type' => Type::string(),
3026
'description' => 'The post content. Default empty.'

0 commit comments

Comments
 (0)