mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-14 19:02:41 +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());
|
||
|
}
|
||
|
|
||
|
}
|