Page MenuHomec4science

PhabricatorSettingsAuthenticationPanelGroup.php
No OneTemporary

File Metadata

Created
Thu, Aug 8, 05:04

PhabricatorSettingsAuthenticationPanelGroup.php

<?php
final class PhabricatorSettingsAuthenticationPanelGroup
extends PhabricatorSettingsPanelGroup {
const PANELGROUPKEY = 'authentication';
public function getPanelGroupName() {
return pht('Authentication');
}
protected function getPanelGroupOrder() {
return 300;
}
}

Event Timeline