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) {
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}
Original file line number Diff line number Diff line change 1010public 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 ;
You can’t perform that action at this time.
0 commit comments