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