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
/
phame
/
storage
/
PhameDAO.php
blob
4b6fd23d3a6817c6d75109278aa307e49def7c5c
1
<
?php
2
3
abstract class
PhameDAO
extends
PhabricatorLiskDAO
{
4
5
public function
getApplicationName
() {
6
return
'phame'
;
7
}
8
9
}