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

<?php

abstract class PhameDAO extends PhabricatorLiskDAO {

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

}
Back to Directory File Manager