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