repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
src
/
applications
/
drydock
/
customfield
/
DrydockBlueprintCustomField.php
blob
700131e7537480c00b5c891e679838966dd166a9
1
<
?php
2
3
abstract class
DrydockBlueprintCustomField
4
extends
PhabricatorCustomField
{
5
6
abstract public function
getBlueprintFieldValue
();
7
8
}