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