mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-16 11:52:40 +01:00
7 lines
84 B
PHP
7 lines
84 B
PHP
|
<?php
|
||
|
|
||
|
abstract class DifferentialCustomField
|
||
|
extends PhabricatorCustomField {
|
||
|
|
||
|
}
|