mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-29 02:02:41 +01:00
8 lines
77 B
PHP
8 lines
77 B
PHP
|
<?php
|
||
|
|
||
|
interface PhabricatorPHIDInterface {
|
||
|
|
||
|
public function getPHID();
|
||
|
|
||
|
}
|