1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-07 20:38:32 +01:00
phorge-phorge/src/applications/phriction/storage/PhrictionDAO.php

13 lines
165 B
PHP
Raw Normal View History

<?php
2011-09-14 08:02:31 -07:00
/**
* @group phriction
*/
abstract class PhrictionDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'phriction';
}
}