Skip to content

Commit 3a1e56d

Browse files
committed
ACP2E-2522: Block Content not rendering in PDP meta description
1 parent b3b669a commit 3a1e56d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup/src/Magento/Setup/Fixtures/SimpleProductsFixture.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class SimpleProductsFixture extends Fixture
3939
/**
4040
* Simple product sku pattern
4141
*/
42-
const SKU_PATTERN = 'product_dynamic_%s';
42+
public const SKU_PATTERN = 'product_dynamic_%s';
4343

4444
/**
4545
* @var int

setup/src/Magento/Setup/Model/FixtureGenerator/SimpleProductTemplateGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function __construct(ProductFactory $productFactory, array $fixture)
3939
}
4040

4141
/**
42-
* {@inheritdoc}
42+
* @inheritdoc
4343
*/
4444
public function generateEntity()
4545
{

0 commit comments

Comments
 (0)