Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / herald / action / HeraldSupportActionGroup.php
blobaa76e649d63ee28a854689adc882bfbacc9bc686
1 <?php
3 final class HeraldSupportActionGroup extends HeraldActionGroup {
5 const ACTIONGROUPKEY = 'support';
7 public function getGroupLabel() {
8 return pht('Supporting Applications');
11 protected function getGroupOrder() {
12 return 4000;