| Current Path : /home/rtorresani/www/vendor/magento/module-backend/Controller/Adminhtml/ |
| Current File : //home/rtorresani/www/vendor/magento/module-backend/Controller/Adminhtml/Dashboard.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
/**
* Dashboard admin controller
*
* @author Magento Core Team <core@magentocommerce.com>
*/
namespace Magento\Backend\Controller\Adminhtml;
abstract class Dashboard extends \Magento\Backend\App\Action
{
/**
* Authorization level of a basic admin session
*
* @see _isAllowed()
*/
const ADMIN_RESOURCE = 'Magento_Backend::dashboard';
}