Page MenuHomec4science

ConpherenceDAO.php
No OneTemporary

File Metadata

Created
Wed, May 28, 22:37

ConpherenceDAO.php

<?php
/**
* @group conpherence
*/
abstract class ConpherenceDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'conpherence';
}
}

Event Timeline