Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / infrastructure / customfield / herald / PhabricatorCustomFieldHeraldFieldGroup.php
blob7ee5b50cc4b6bd75dbeba706ad0d6f9492ac2fd6
1 <?php
3 final class PhabricatorCustomFieldHeraldFieldGroup extends HeraldFieldGroup {
5 const FIELDGROUPKEY = 'customfield';
7 public function getGroupLabel() {
8 return pht('Custom Fields');
11 protected function getGroupOrder() {
12 return 2000;