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