_redirect('*/*/'); } /** * Check is allowed access * * @return bool */ protected function _isAllowed() { return $this->_authorization->isAllowed('Magefan_Blog::import'); } }