Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / infrastructure / customfield / herald / PhabricatorCustomFieldHeraldActionGroup.php
blobb8f16ab2023f7a9fb45bcd41c7cee14de91244c8
1 <?php
3 final class PhabricatorCustomFieldHeraldActionGroup
4 extends HeraldActionGroup {
6 const ACTIONGROUPKEY = 'customfield';
8 public function getGroupLabel() {
9 return pht('Custom Fields');
12 protected function getGroupOrder() {
13 return 2000;