<?php namespace Maknz\Slack\Block; class Context extends ElementsBlock { /** * Block type. * * @var string */ protected $type = 'context'; }