1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-11 09:22:40 +01:00
phorge-phorge/src/applications/differential/storage/DifferentialDAO.php

10 lines
143 B
PHP
Raw Normal View History

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