mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-22 20:51:10 +01:00
11 lines
182 B
PHP
11 lines
182 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorFileSchemaSpec
|
||
|
extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildEdgeSchemata(new PhabricatorFile());
|
||
|
}
|
||
|
|
||
|
}
|