Page MenuHomec4science

SlowvoteConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Fri, Nov 22, 20:29

SlowvoteConduitAPIMethod.php

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

Event Timeline