mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-10 06:41:04 +01:00
11 lines
240 B
PHP
11 lines
240 B
PHP
|
<?php
|
||
|
|
||
|
final class DifferentialSchemaSpec extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildLiskSchemata('DifferentialDAO');
|
||
|
// $this->addEdgeSchemata($server, new DifferentialRevision());
|
||
|
}
|
||
|
|
||
|
}
|