mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-31 00:48:21 +01:00
7 lines
81 B
PHP
7 lines
81 B
PHP
|
<?php
|
||
|
|
||
|
abstract class ManiphestCustomField
|
||
|
extends PhabricatorCustomField {
|
||
|
|
||
|
}
|