Page MenuHomec4science

HeraldDAO.php
No OneTemporary

File Metadata

Created
Thu, Nov 7, 19:47

HeraldDAO.php

<?php
abstract class HeraldDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'herald';
}
}

Event Timeline