Page MenuHomec4science

PassphraseConduitAPIMethod.php
No OneTemporary

File Metadata

Created
Mon, Oct 28, 10:13

PassphraseConduitAPIMethod.php

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

Event Timeline