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
/
dashboard
/
query
/
PhabricatorDashboardPortalTransactionQuery.php
blob
f4dff9408877ece935673b2ca47d995864eece97
1
<
?php
2
3
final class
PhabricatorDashboardPortalTransactionQuery
4
extends
PhabricatorApplicationTransactionQuery
{
5
6
public function
getTemplateApplicationTransaction
() {
7
return new
PhabricatorDashboardPortalTransaction
();
8
}
9
10
}