Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / settings / panelgroup / PhabricatorSettingsAuthenticationPanelGroup.php
blobf54a30f9df404958e1916ec5d2447680aaed90f8
1 <?php
3 final class PhabricatorSettingsAuthenticationPanelGroup
4 extends PhabricatorSettingsPanelGroup {
6 const PANELGROUPKEY = 'authentication';
8 public function getPanelGroupName() {
9 return pht('Authentication');
12 protected function getPanelGroupOrder() {
13 return 300;