Generic.php 223 Bytes
<?php
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
namespace Magento\Authorization\Model\Acl\Role;

/**
 * Generic acl role
 */
class Generic extends \Zend_Acl_Role
{
}