1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-14 10:52:41 +01:00
phorge-phorge/src/applications/macro/conduit/ConduitAPI_macro_Method.php

15 lines
230 B
PHP
Raw Normal View History

<?php
/**
* @group conduit
*/
abstract class ConduitAPI_macro_Method extends ConduitAPIMethod {
public function getApplication() {
return PhabricatorApplication::getByClass(
'PhabricatorApplicationMacro');
}
}