Page MenuHomec4science

PhabricatorChatLogSchemaSpec.php
No OneTemporary

File Metadata

Created
Mon, Jan 20, 17:04

PhabricatorChatLogSchemaSpec.php

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

Event Timeline