mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-20 04:20:55 +01:00
11 lines
208 B
PHP
11 lines
208 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorApplicationSchemaSpec
|
||
|
extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildEdgeSchemata(new PhabricatorApplicationsApplication());
|
||
|
}
|
||
|
|
||
|
}
|