Skip to content

Commit bad8bf7

Browse files
author
Vitaliy
authored
Merge branch '1.0.0-develop' into graphql-codeinspection-resolver--task-35
2 parents 684a629 + 3ac6b7a commit bad8bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/NewBlockDialog.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ private String getNamespace() {
143143
return null;
144144
}
145145
String directoryPart = getBlockDirectory().replace(File.separator, Package.FQN_SEPARATOR);
146-
return parts[0] + Package.FQN_SEPARATOR + parts[1] + directoryPart;
146+
return parts[0] + Package.FQN_SEPARATOR + parts[1]+ Package.FQN_SEPARATOR + directoryPart;
147147
}
148148

149149
public void onCancel() {

0 commit comments

Comments
 (0)