OzanKurt/LiveCoding-API

View on GitHub
src/Scopes/ReadScope.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Kurt\LiveCoding\Scopes;

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