Viewing File: /home/ubuntu/code-backup/code_review/phabricator/src/applications/herald/storage/HeraldDAO.php

<?php

abstract class HeraldDAO extends PhabricatorLiskDAO {

  public function getApplicationName() {
    return 'herald';
  }

}
Back to Directory File Manager