repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git]
/
src
/
applications
/
settings
/
panelgroup
/
PhabricatorSettingsLogsPanelGroup.php
blob
e7c6391d3301fef63018ebf098695cda7a1562ea
1
<
?php
2
3
final class
PhabricatorSettingsLogsPanelGroup
4
extends
PhabricatorSettingsPanelGroup
{
5
6
const
PANELGROUPKEY
=
'logs'
;
7
8
public function
getPanelGroupName
() {
9
return
pht
(
'Sessions and Logs'
);
10
}
11
12
protected function
getPanelGroupOrder
() {
13
return
600
;
14
}
15
16
}