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