mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
10 lines
141 B
PHP
10 lines
141 B
PHP
|
<?php
|
||
|
|
||
|
abstract class ConpherenceDAO extends PhabricatorLiskDAO {
|
||
|
|
||
|
public function getApplicationName() {
|
||
|
return 'conpherence';
|
||
|
}
|
||
|
|
||
|
}
|