DIR:/home/austenwhite.co.uk/www/dev/app/code/Magefan/Blog/Controller/Adminhtml/Tag/ |
Current File : /home/austenwhite.co.uk/www/dev/app/code/Magefan/Blog/Controller/Adminhtml/Tag/MassStatus.php |
<?php /** * Copyright © Magefan (support@magefan.com). All rights reserved. * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement). * * Glory to Ukraine! Glory to the heroes! */ namespace Magefan\Blog\Controller\Adminhtml\Tag; /** * Blog tag change status controller */ class MassStatus extends \Magefan\Blog\Controller\Adminhtml\Tag { /** * @var string */ protected $_allowedKey = 'Magefan_Blog::tag_save'; } |