Skip to content

Commit cff0d0a

Browse files
author
Roman Lytvynenko
committed
MC-35179: Unable to save "No layout updates" for category
1 parent 6ee6759 commit cff0d0a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/Catalog/Model/Plugin/SetPageLayoutDefaultValue.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
use Magento\Catalog\Model\Category\DataProvider;
1414
use Magento\Framework\App\Config\ScopeConfigInterface;
15-
use Magento\Framework\App\ObjectManager;
1615
use Magento\Framework\Exception\NoSuchEntityException;
1716
use Magento\Store\Model\ScopeInterface;
1817
use Magento\Store\Model\StoreManagerInterface;
@@ -35,8 +34,8 @@ class SetPageLayoutDefaultValue
3534
private $scopeConfig;
3635

3736
/**
38-
* @param ScopeConfigInterface|null $scopeConfig
39-
* @param StoreManagerInterface|null $storeManager
37+
* @param ScopeConfigInterface $scopeConfig
38+
* @param StoreManagerInterface $storeManager
4039
* @param string $defaultValue
4140
*/
4241
public function __construct(

0 commit comments

Comments
 (0)