Total Complexity | 3 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class ConfigSystemConfigSave |
||
8 | { |
||
9 | /** |
||
10 | * @var \Magento\Store\App\Response\Redirect |
||
11 | */ |
||
12 | protected $redirect; |
||
|
|||
13 | |||
14 | public function __construct(\Magento\Framework\App\Action\Context $context) |
||
17 | } |
||
18 | |||
19 | public function afterExecute(Subject $subject, \Magento\Backend\Model\View\Result\Redirect $resultRedirect) |
||
26 | } |
||
27 | } |