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