1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-28 01:32:42 +01:00
phorge-phorge/src/view/AphrontNullView.php

10 lines
130 B
PHP
Raw Normal View History

<?php
final class AphrontNullView extends AphrontView {
public function render() {
return $this->renderChildren();
}
}