Correct Aphlict websocket URI construction after PHP8 compatibility changes
[phabricator.git] / src / applications / settings / setting / PhabricatorFiletreeWidthSetting.php
blob5cfc9f3fe7577713678d9718ac88bb6c25b8d365
1 <?php
3 final class PhabricatorFiletreeWidthSetting
4 extends PhabricatorInternalSetting {
6 const SETTINGKEY = 'filetree.width';
8 public function getSettingName() {
9 return pht('Filetree Width');