1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-28 00:10:57 +01:00
phorge-phorge/src/applications/herald/storage/HeraldDAO.php

10 lines
131 B
PHP
Raw Normal View History

2011-03-22 21:22:40 +01:00
<?php
abstract class HeraldDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'herald';
}
}