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