芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/mctv/lib/OAuth/ScopeEntity.php
. */ namespace Xibo\OAuth; use League\OAuth2\Server\Entities\ScopeEntityInterface; use League\OAuth2\Server\Entities\Traits\EntityTrait; use League\OAuth2\Server\Entities\Traits\ScopeTrait; /** * Class ScopeEntity * @package Xibo\OAuth */ class ScopeEntity implements ScopeEntityInterface { use ScopeTrait; use EntityTrait; }