1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-03-12 20:34:54 +01:00
phorge-phorge/src/applications/phrequent/conduit/PhrequentConduitAPIMethod.php

11 lines
215 B
PHP
Raw Normal View History

<?php
abstract class PhrequentConduitAPIMethod extends ConduitAPIMethod {
final public function getApplication() {
return PhabricatorApplication::getByClass(
'PhabricatorPhrequentApplication');
}
}