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