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 9515d13 commit 8c2d949Copy full SHA for 8c2d949
src/com/magento/idea/magento2plugin/magento/packages/eav/AttributeSourceModel.java
@@ -10,7 +10,7 @@ public enum AttributeSourceModel {
10
TABLE("\\Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Table"),
11
CONFIG("\\Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Config"),
12
STORE("\\Magento\\Eav\\Model\\Entity\\Attribute\\Source\\Store"),
13
- GENERATE_SOURCE("Generate Source"),
+ GENERATE_SOURCE("Custom Source"),
14
NULLABLE_SOURCE("Set Source Model as null");
15
16
private String source;
0 commit comments