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
/
storage
/
PhabricatorUserConfiguredCustomFieldStorage.php
blob
432938d3a4a1fb50d7d3a23d4d763e48d61e1eb5
1
<
?php
2
3
final class
PhabricatorUserConfiguredCustomFieldStorage
4
extends
PhabricatorCustomFieldStorage
{
5
6
public function
getApplicationName
() {
7
return
'user'
;
8
}
9
10
}