Page MenuHomec4science

PhabricatorOwnersSchemaSpec.php
No OneTemporary

File Metadata

Created
Wed, Jul 31, 11:55

PhabricatorOwnersSchemaSpec.php

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

Event Timeline