1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 19:52:44 +01:00
phorge-phorge/src/applications/harbormaster/customfield/HarbormasterBuildStepCustomField.php

9 lines
149 B
PHP
Raw Normal View History

<?php
abstract class HarbormasterBuildStepCustomField
extends PhabricatorCustomField {
abstract public function getBuildTargetFieldValue();
}