Page MenuHomec4science

PhabricatorTokenSchemaSpec.php
No OneTemporary

File Metadata

Created
Mon, Mar 17, 05:41

PhabricatorTokenSchemaSpec.php

<?php
final class PhabricatorTokenSchemaSpec
extends PhabricatorConfigSchemaSpec {
public function buildSchemata() {
$this->buildLiskSchemata('PhabricatorTokenDAO');
}
}

Event Timeline