Page MenuHomec4science

ConpherenceSchemaSpec.php
No OneTemporary

File Metadata

Created
Fri, Feb 7, 06:57

ConpherenceSchemaSpec.php

<?php
final class ConpherenceSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('ConpherenceDAO');
$this->buildEdgeSchemata(new ConpherenceThread());
$this->buildTransactionSchema(
new ConpherenceTransaction(),
new ConpherenceTransactionComment());
}
}

Event Timeline