mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-19 02:08:38 +01:00
11 lines
195 B
PHP
11 lines
195 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorCalendarSchemaSpec
|
||
|
extends PhabricatorConfigSchemaSpec {
|
||
|
|
||
|
public function buildSchemata() {
|
||
|
$this->buildEdgeSchemata(new PhabricatorCalendarEvent());
|
||
|
}
|
||
|
|
||
|
}
|