Skip to content

Commit 9a5d7a3

Browse files
committed
AC-711:: Static test fixes
1 parent 801d525 commit 9a5d7a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
4545
/**
4646
* Alias for index table
4747
*/
48-
const INDEX_TABLE_ALIAS = 'price_index';
48+
public const INDEX_TABLE_ALIAS = 'price_index';
4949

5050
/**
5151
* Alias for main table
5252
*/
53-
const MAIN_TABLE_ALIAS = 'e';
53+
public const MAIN_TABLE_ALIAS = 'e';
5454

5555
/**
5656
* @var string

0 commit comments

Comments
 (0)