Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / view / form / control / AphrontFormDividerControl.php
blobb76d9e055b245159720c0ca0531f19d7504d2728
1 <?php
3 final class AphrontFormDividerControl extends AphrontFormControl {
5 protected function getCustomControlClass() {
6 return 'aphront-form-control-divider';
9 protected function renderInput() {
10 return phutil_tag('hr');