OzanKurt/LiveCoding-API

View on GitHub
src/Scopes/ReadChannelScope.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Kurt\LiveCoding\Scopes;

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