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 b1692d2 commit a8db2e1Copy full SHA for a8db2e1
src/com/magento/idea/magento2plugin/magento/files/ModuleDbSchemaWhitelistJson.java
@@ -5,8 +5,8 @@
5
6
package com.magento.idea.magento2plugin.magento.files;
7
8
-import com.intellij.lang.Language;
9
import com.intellij.json.JsonLanguage;
+import com.intellij.lang.Language;
10
11
public class ModuleDbSchemaWhitelistJson implements ModuleFileInterface {
12
private static final ModuleDbSchemaWhitelistJson INSTANCE = new ModuleDbSchemaWhitelistJson();
0 commit comments