Skip to content

Commit 3748d4e

Browse files
author
Oleksandr Dubovyk
committed
MAGETWO-97966: [2.3] Country of Manufacture displays empty under More Information tab
- fixed static
1 parent e71255e commit 3748d4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/Catalog/Block/Product/View/Attributes.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
use Magento\Framework\Pricing\PriceCurrencyInterface;
1717

1818
/**
19+
* Attributes attributes block
20+
*
1921
* @api
2022
* @since 100.0.2
2123
*/
@@ -56,6 +58,8 @@ public function __construct(
5658
}
5759

5860
/**
61+
* Returns a Product
62+
*
5963
* @return Product
6064
*/
6165
public function getProduct()

0 commit comments

Comments
 (0)