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 749faf3 commit 591b15dCopy full SHA for 591b15d
src/com/magento/idea/magento2plugin/util/magento/GetModuleNameByDirectoryUtil.java
@@ -20,9 +20,6 @@ public final class GetModuleNameByDirectoryUtil {
20
public static final int THEME_SPLIT_COUNT = 1;
21
public static final String THEME_DIRECTORY_REGEX = "app\\/design\\/(adminhtml|frontend)\\/";
22
23
- public static final int THEME_SPLIT_COUNT = 1;
24
- public static final String THEME_DIRECTORY_REGEX = "app\\/design\\/(adminhtml|frontend)\\/";
25
-
26
private GetModuleNameByDirectoryUtil() {}
27
28
/**
0 commit comments