Skip to content

Commit a981040

Browse files
committed
ENGCOM-7479: Return inheritance to migrated controllers
1 parent 6c7f304 commit a981040

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Version/Controller/Index

1 file changed

+1
-2
lines changed

app/code/Magento/Version/Controller/Index/Index.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ public function __construct(
3939
Context $context,
4040
RawResponseFactory $rawFactory,
4141
ProductMetadataInterface $productMetadata
42-
)
43-
{
42+
) {
4443
parent::__construct($context);
4544
$this->rawFactory = $rawFactory;
4645
$this->productMetadata = $productMetadata;

0 commit comments

Comments
 (0)