1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/maniphest/view/ManiphestView.php

9 lines
89 B
PHP
Raw Normal View History

<?php
/**
* @group maniphest
*/
abstract class ManiphestView extends AphrontView {
}