mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-12 08:36:13 +01:00
11 lines
193 B
PHP
11 lines
193 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorOwnersSchemaSpec
|
||
|
extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildEdgeSchemata(new PhabricatorOwnersPackage());
|
||
|
}
|
||
|
|
||
|
}
|