OzanKurt/LiveCoding-API

View on GitHub
src/Scopes/ReadViewerScope.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Kurt\LiveCoding\Scopes;

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