Page MenuHomec4science

PhabricatorCalendarSchemaSpec.php
No OneTemporary

File Metadata

Created
Thu, Feb 20, 20:48

PhabricatorCalendarSchemaSpec.php

<?php
final class PhabricatorCalendarSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildEdgeSchemata(new PhabricatorCalendarEvent());
}
}

Event Timeline