Page MenuHomec4science

ConduitAPI_slowvote_Method.php
No OneTemporary

File Metadata

Created
Fri, Jan 31, 07:56

ConduitAPI_slowvote_Method.php

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

Event Timeline