Page MenuHomec4science

ReleephSchemaSpec.php
No OneTemporary

File Metadata

Created
Wed, Aug 28, 12:24

ReleephSchemaSpec.php

<?php
final class ReleephSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('ReleephDAO');
$this->buildTransactionSchema(
new ReleephProductTransaction());
$this->buildTransactionSchema(
new ReleephBranchTransaction());
$this->buildTransactionSchema(
new ReleephRequestTransaction(),
new ReleephRequestTransactionComment());
}
}

Event Timeline