Your IP : 216.73.216.43


Current Path : /home/rtorresani/www/vendor/magento/framework/Authorization/RoleLocator/
Upload File :
Current File : //home/rtorresani/www/vendor/magento/framework/Authorization/RoleLocator/DefaultRoleLocator.php

<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Framework\Authorization\RoleLocator;

class DefaultRoleLocator implements \Magento\Framework\Authorization\RoleLocatorInterface
{
    /**
     * Retrieve current role
     *
     * @return string
     */
    public function getAclRoleId()
    {
        return '';
    }
}