Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / view / fuel / FuelView.php
blobf0e6b795ecde9c4e78cb9c4a2807e740282771af
1 <?php
3 abstract class FuelView
4 extends AphrontView {
6 final protected function canAppendChild() {
7 return false;