mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-28 01:32:42 +01:00
10 lines
140 B
PHP
10 lines
140 B
PHP
|
<?php
|
||
|
|
||
|
abstract class PhabricatorAuditDAO extends PhabricatorLiskDAO {
|
||
|
|
||
|
public function getApplicationName() {
|
||
|
return 'audit';
|
||
|
}
|
||
|
|
||
|
}
|