Page MenuHomec4science

PhabricatorOAuthSchemaSpec.php
No OneTemporary

File Metadata

Created
Thu, Jun 5, 19:01

PhabricatorOAuthSchemaSpec.php

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

Event Timeline