1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-08 12:58:31 +01:00
phorge-phorge/src/infrastructure/daemon/storage/PhabricatorDaemonDAO.php

10 lines
142 B
PHP
Raw Normal View History

2011-03-15 13:38:14 -07:00
<?php
abstract class PhabricatorDaemonDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'daemon';
}
}