mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-20 18:58:56 +01:00
11 lines
195 B
PHP
11 lines
195 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorSpacesSchemaSpec
|
||
|
extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildEdgeSchemata(new PhabricatorSpacesNamespace());
|
||
|
}
|
||
|
|
||
|
}
|