mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-23 03:59:25 +01:00
11 lines
187 B
PHP
11 lines
187 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorPhurlSchemaSpec
|
||
|
extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildEdgeSchemata(new PhabricatorPhurlURL());
|
||
|
}
|
||
|
|
||
|
}
|