Page MenuHomec4science

PhameSchemaSpec.php
No OneTemporary

File Metadata

Created
Thu, Jan 9, 14:16

PhameSchemaSpec.php

<?php
final class PhameSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PhameDAO');
$this->buildEdgeSchemata(new PhameBlog());
}
}

Event Timeline