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