From a670467d837b6df4a9dfee6fd8cdfbdbce8c3cec Mon Sep 17 00:00:00 2001 From: Michele Fantetti Date: Wed, 14 Sep 2022 14:37:28 +0200 Subject: [PATCH] Update Activate.php Wrong annotation is reported as Critical error by Adobe Upgrade Compatibility Tool (UCT) --- Controller/Adminhtml/Index/Activate.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Controller/Adminhtml/Index/Activate.php b/Controller/Adminhtml/Index/Activate.php index 0b00e3f..39f8933 100644 --- a/Controller/Adminhtml/Index/Activate.php +++ b/Controller/Adminhtml/Index/Activate.php @@ -25,7 +25,6 @@ use Magento\Backend\App\Action\Context; use Magento\Config\Model\ResourceModel\Config; use Magento\Framework\App\Config\ReinitableConfigInterface; -use Magento\Framework\App\Config\ScopeConfigInterface; use Magento\Framework\Controller\ResultInterface; use Mageplaza\Core\Helper\AbstractData; use Mageplaza\Core\Helper\Validate; @@ -67,7 +66,7 @@ class Activate extends Action /** * Application config * - * @var ScopeConfigInterface + * @var ReinitableConfigInterface */ protected $_appConfig;