mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-24 15:52:41 +01:00
8 lines
154 B
PHP
8 lines
154 B
PHP
|
<?php
|
||
|
|
||
|
abstract class PhabricatorConfigSchemaSpec extends Phobject {
|
||
|
|
||
|
abstract public function buildSchemata(PhabricatorConfigServerSchema $server);
|
||
|
|
||
|
}
|