File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
src/com/magento/idea/magento2plugin
actions/generation/generator Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,5 @@ protected void fillAttributes(Properties attributes) {
124
124
String graphQlResolverClassName = graphQlResolverFileData .getGraphQlResolverClassName ();
125
125
attributes .setProperty ("NAME" , graphQlResolverClassName );
126
126
attributes .setProperty ("NAMESPACE" , graphQlResolverFileData .getNamespace ());
127
- attributes .setProperty ("USE" , GraphQlResolverPhp .INTERFACE_FQN );
128
- attributes .setProperty ("IMPLEMENTS" , GraphQlResolverPhp .INTERFACE_NAME );
129
127
}
130
128
}
Original file line number Diff line number Diff line change 10
10
public class GraphQlResolverPhp implements ModuleFileInterface {
11
11
public static String TEMPLATE = "Magento GraphQL Resolver Class" ;
12
12
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" ;
15
13
public static final String GRAPHQL_RESOLVER_TEMPLATE_NAME = "Magento GraphQL Resolver" ;
16
14
17
15
private String fileName ;
You can’t perform that action at this time.
0 commit comments