Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / herald / action / HeraldNotifyActionGroup.php
blobdf8c39534120d2709eaf09c62715b8dc0a4b2378
1 <?php
3 final class HeraldNotifyActionGroup extends HeraldActionGroup {
5 const ACTIONGROUPKEY = 'notify';
7 public function getGroupLabel() {
8 return pht('Notify');
11 protected function getGroupOrder() {
12 return 2000;