Your IP : 216.73.216.220


Current Path : /home/rtorresani/www/vendor/magento/module-encryption-key/Controller/Adminhtml/Crypt/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/module-encryption-key/Controller/Adminhtml/Crypt/Key.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

namespace Magento\EncryptionKey\Controller\Adminhtml\Crypt;

/**
 * Encryption key changer controller
 */
abstract class Key extends \Magento\Backend\App\Action
{
    /**
     * Authorization level of a basic admin session
     *
     * @see _isAllowed()
     */
    const ADMIN_RESOURCE = 'Magento_EncryptionKey::crypt_key';
}