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