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 801d525 commit 9a5d7a3Copy full SHA for 9a5d7a3
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php
@@ -45,12 +45,12 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
45
/**
46
* Alias for index table
47
*/
48
- const INDEX_TABLE_ALIAS = 'price_index';
+ public const INDEX_TABLE_ALIAS = 'price_index';
49
50
51
* Alias for main table
52
53
- const MAIN_TABLE_ALIAS = 'e';
+ public const MAIN_TABLE_ALIAS = 'e';
54
55
56
* @var string
0 commit comments