Viewing File: /home/ubuntu/code_review/phabricator/src/applications/fund/storage/FundDAO.php

<?php

abstract class FundDAO extends PhabricatorLiskDAO {

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

}
Back to Directory File Manager