mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 18:32:41 +01:00
9 lines
89 B
PHP
9 lines
89 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @group maniphest
|
||
|
*/
|
||
|
abstract class ManiphestView extends AphrontView {
|
||
|
|
||
|
}
|