Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / project / storage / PhabricatorProjectCustomFieldNumericIndex.php
blob8ddec8396a6978ebeb019f424749e3f343822ce7
1 <?php
3 final class PhabricatorProjectCustomFieldNumericIndex
4 extends PhabricatorCustomFieldNumericIndexStorage {
6 public function getApplicationName() {
7 return 'project';