Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / view / AphrontNullView.php
blobcfcf48350e768f05d088f4a8ea40b317c404a271
1 <?php
3 final class AphrontNullView extends AphrontView {
5 public function render() {
6 return $this->renderChildren();