We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eadb95 commit 0af9901Copy full SHA for 0af9901
src/com/magento/idea/magento2plugin/actions/generation/dialog/NewViewModelDialog.java
@@ -141,7 +141,7 @@ private String getNamespace() {
141
return null;
142
}
143
String directoryPart = getViewModelDirectory().replace(File.separator, Package.FQN_SEPARATOR);
144
- return parts[0] + Package.FQN_SEPARATOR + parts[1] + directoryPart;
+ return parts[0] + Package.FQN_SEPARATOR + parts[1] + Package.FQN_SEPARATOR + directoryPart;
145
146
147
public void onCancel() {
0 commit comments