mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-20 10:48:40 +01:00
11 lines
180 B
PHP
11 lines
180 B
PHP
|
<?php
|
||
|
|
||
|
final class ConpherenceSchemaSpec
|
||
|
extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildEdgeSchemata(new ConpherenceThread());
|
||
|
}
|
||
|
|
||
|
}
|