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