File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/com/magento/idea/magento2plugin
actions/generation/generator Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ protected void fillAttributes(Properties attributes) {
7575 String viewModelClassName = viewModelFileData .getViewModelClassName ();
7676 attributes .setProperty ("NAME" , viewModelClassName );
7777 attributes .setProperty ("NAMESPACE" , viewModelFileData .getNamespace ());
78- attributes .setProperty ("USE" , ViewModelPhp .INTERFACE_PATH );
78+ attributes .setProperty ("USE" , ViewModelPhp .INTERFACE_FQN );
7979 attributes .setProperty ("IMPLEMENTS" , ViewModelPhp .INTERFACE_NAME );
8080 }
8181
Original file line number Diff line number Diff line change 1010public class ViewModelPhp implements ModuleFileInterface {
1111 public static String TEMPLATE = "Magento Module Common Php Class" ;
1212 public static String DEFAULT_DIR = "ViewModel" ;
13- public static String INTERFACE_PATH = "Magento\\ Framework\\ View\\ Element\\ Block\\ ArgumentInterface" ;
13+ public static String INTERFACE_FQN = "Magento\\ Framework\\ View\\ Element\\ Block\\ ArgumentInterface" ;
1414 public static String INTERFACE_NAME = "ArgumentInterface" ;
1515
1616 private static ViewModelPhp INSTANCE = null ;
You can’t perform that action at this time.
0 commit comments