Page MenuHomec4science

SlowvoteConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Feb 17, 08:46

SlowvoteConduitAPIMethod.php

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

Event Timeline