Page MenuHomec4science

ConduitAPI_conpherence_Method.php
No OneTemporary

File Metadata

Created
Wed, Apr 23, 15:43

ConduitAPI_conpherence_Method.php

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

Event Timeline