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