Skip to content

Commit 3ee0ed6

Browse files
authored
Update Link.php
Compatability with older php versions
1 parent ce28284 commit 3ee0ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Block/Link.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Link extends \Magento\Framework\View\Element\Html\Link
1818
/**
1919
* @var Config
2020
*/
21-
private Config $config;
21+
private $config;
2222

2323
/**
2424
* @param \Magento\Framework\View\Element\Template\Context $context

0 commit comments

Comments
 (0)