OzanKurt/LiveCoding-API

View on GitHub
src/Scopes/ReadUserScope.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Kurt\LiveCoding\Scopes;

/**
 * Class ReadUserScope
 * @package Kurt\LiveCoding\Scopes
 */
class ReadUserScope extends Scope
{
    protected $text = 'read:user';
}