1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-01 19:22:42 +01:00
phorge-phorge/src/applications/owners/storage/PhabricatorOwnersDAO.php

10 lines
142 B
PHP
Raw Normal View History

2011-04-03 23:48:36 +02:00
<?php
abstract class PhabricatorOwnersDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'owners';
}
}