Skip to content

Commit cf63bd5

Browse files
author
m.mezhensky
committed
#123: removed unnecessary these attributes
1 parent 4bda893 commit cf63bd5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/com/magento/idea/magento2plugin/actions/generation/generator/ModuleGraphQlResolverClassGenerator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,5 @@ protected void fillAttributes(Properties attributes) {
124124
String graphQlResolverClassName = graphQlResolverFileData.getGraphQlResolverClassName();
125125
attributes.setProperty("NAME", graphQlResolverClassName);
126126
attributes.setProperty("NAMESPACE", graphQlResolverFileData.getNamespace());
127-
attributes.setProperty("USE", GraphQlResolverPhp.INTERFACE_FQN);
128-
attributes.setProperty("IMPLEMENTS", GraphQlResolverPhp.INTERFACE_NAME);
129127
}
130128
}

src/com/magento/idea/magento2plugin/magento/files/GraphQlResolverPhp.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
public class GraphQlResolverPhp implements ModuleFileInterface {
1111
public static String TEMPLATE = "Magento GraphQL Resolver Class";
1212
public static String DEFAULT_DIR = "Model";
13-
public static String INTERFACE_FQN = "Magento\\Framework\\GraphQl\\Query\\Resolver\\BatchResolverInterface";
14-
public static String INTERFACE_NAME = "BatchResolverInterface";
1513
public static final String GRAPHQL_RESOLVER_TEMPLATE_NAME = "Magento GraphQL Resolver";
1614

1715
private String fileName;

0 commit comments

Comments
 (0)