repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git]
/
src
/
applications
/
herald
/
storage
/
HeraldDAO.php
blob
bc4b886a87b4a400a782c5cd61b16b77e7e3ae6b
1
<
?php
2
3
abstract class
HeraldDAO
extends
PhabricatorLiskDAO
{
4
5
public function
getApplicationName
() {
6
return
'herald'
;
7
}
8
9
}