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
/
setting
/
PhabricatorFiletreeVisibleSetting.php
blob
49cd6ac188f84287ec57ba48c72b07fc5f611103
1
<
?php
2
3
final class
PhabricatorFiletreeVisibleSetting
4
extends
PhabricatorInternalSetting
{
5
6
const
SETTINGKEY
=
'nav-collapsed'
;
7
8
public function
getSettingName
() {
9
return
pht
(
'Filetree Visible'
);
10
}
11
12
}