![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/wyomind/msicustomattributes/Controller/Adminhtml/CustomAttribute/ |
<?php /** * Copyright © 2019 Wyomind. All rights reserved. * See LICENSE.txt for license details. */ /** * Copyright © 2020 Wyomind. All rights reserved. * See LICENSE.txt for license details. */ namespace Wyomind\MsiCustomAttributes\Controller\Adminhtml\CustomAttribute; /** * Class Index * @package Wyomind\MsiCustomAttributes\Controller\Adminhtml\Permissions */ class Index extends \Wyomind\MsiCustomAttributes\Controller\Adminhtml\CustomAttribute { /** * Execute action */ public function execute() { $resultPage = $this->resultPageFactory->create(); $resultPage->setActiveMenu("Wyomind_MsiCustomAttributes::customattribute"); $resultPage->getConfig()->getTitle()->prepend(__('Stock > Custom Attributes')); $resultPage->addBreadcrumb(__('Custom Attributes'), __('Custom Attributes')); $resultPage->addBreadcrumb(__('Custom Attributes'), __('Custom Attributes')); return $resultPage; } }