Page MenuHomec4science

SlowvoteConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Wed, Jun 25, 16:06

SlowvoteConduitAPIMethod.php

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

Event Timeline