Page MenuHomec4science

PassphraseSchemaSpec.php
No OneTemporary

File Metadata

Created
Fri, Jan 24, 11:47

PassphraseSchemaSpec.php

<?php
final class PassphraseSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PassphraseDAO');
$this->buildTransactionSchema(
new PassphraseCredentialTransaction());
$this->buildEdgeSchemata(new PassphraseCredential());
}
}

Event Timeline