Page MenuHomec4science

PhabricatorPhurlSchemaSpec.php
No OneTemporary

File Metadata

Created
Thu, Feb 20, 02:03

PhabricatorPhurlSchemaSpec.php

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

Event Timeline