Page MenuHomec4science

ConpherenceDAO.php
No OneTemporary

File Metadata

Created
Tue, Jan 28, 08:18

ConpherenceDAO.php

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

Event Timeline