Skip to content

Commit d32b641

Browse files
committed
MAGETWO-96463: Add caching of View Configuration
1 parent 7d32216 commit d32b641

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product

1 file changed

+2
-2
lines changed

app/code/Magento/ConfigurableProduct/Model/ResourceModel/Product/Type/Configurable/Product/Collection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ protected function _construct()
4141

4242
/**
4343
* Init select
44+
*
4445
* @return $this|\Magento\ConfigurableProduct\Model\ResourceModel\Product\Type\Configurable\Product\Collection
4546
*/
4647
protected function _initSelect()
@@ -88,8 +89,7 @@ protected function _renderFilters()
8889
}
8990

9091
/**
91-
* Retrieve is flat enabled flag
92-
* Return always false if magento run admin
92+
* Retrieve is flat enabled flag. Return always false if magento run admin
9393
*
9494
* @return bool
9595
*/

0 commit comments

Comments
 (0)