mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-04 12:42:43 +01:00
7 lines
97 B
PHP
7 lines
97 B
PHP
|
<?php
|
||
|
|
||
|
abstract class PhabricatorDashboardPanelCustomField
|
||
|
extends PhabricatorCustomField {
|
||
|
|
||
|
}
|