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