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