mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 17:32:41 +01:00
9 lines
105 B
PHP
9 lines
105 B
PHP
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @group conduit
|
||
|
*/
|
||
|
abstract class ConduitAPI_arcanist_Method extends ConduitAPIMethod {
|
||
|
|
||
|
}
|