| Current Path : /home/rtorresani/www/vendor/magento/framework/Authorization/RoleLocator/ |
| 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 '';
}
}