Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / herald / field / HeraldSupportFieldGroup.php
blob9e5a35cfa52ac2f3e740f6021a0135d1511a22aa
1 <?php
3 final class HeraldSupportFieldGroup extends HeraldFieldGroup {
5 const FIELDGROUPKEY = 'support';
7 public function getGroupLabel() {
8 return pht('Supporting Applications');
11 protected function getGroupOrder() {
12 return 3000;