Page MenuHomec4science

ConduitAPI_releeph_Method.php
No OneTemporary

File Metadata

Created
Thu, Mar 20, 15:27

ConduitAPI_releeph_Method.php

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

Event Timeline