Page MenuHomec4science

SlowvoteConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Sat, Nov 23, 17:23

SlowvoteConduitAPIMethod.php

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

Event Timeline