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