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 d452a11 commit 50e3360Copy full SHA for 50e3360
app/code/Magento/Swatches/Helper/Data.php
@@ -30,12 +30,12 @@ class Data
30
/**
31
* When we init media gallery empty image types contain this value.
32
*/
33
- const EMPTY_IMAGE_VALUE = 'no_selection';
+ public const EMPTY_IMAGE_VALUE = 'no_selection';
34
35
36
* The int value of the Default store ID
37
38
- const DEFAULT_STORE_ID = 0;
+ public const DEFAULT_STORE_ID = 0;
39
40
41
* @var CollectionFactory
0 commit comments