Page MenuHomec4science

PhabricatorOwnersSchemaSpec.php
No OneTemporary

File Metadata

Created
Fri, Oct 18, 14:24

PhabricatorOwnersSchemaSpec.php

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

Event Timeline