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