1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-01-26 14:38:19 +01:00
phorge-phorge/src/applications/differential/storage/DifferentialDAO.php

10 lines
143 B
PHP
Raw Normal View History

2011-01-24 11:01:53 -08:00
<?php
abstract class DifferentialDAO extends PhabricatorLiskDAO {
public function getApplicationName() {
return 'differential';
}
}