1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-01 03:02:43 +01:00
phorge-phorge/src/infrastructure/daemon/storage/PhabricatorDaemonDAO.php

10 lines
142 B
PHP
Raw Normal View History

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