mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-03 02:18:24 +01:00
10 lines
176 B
PHP
10 lines
176 B
PHP
|
<?php
|
||
|
|
||
|
final class PhragmentSchemaSpec extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildEdgeSchemata(new PhragmentFragment());
|
||
|
}
|
||
|
|
||
|
}
|