mirror of
https://we.phorge.it/source/phorge.git
synced 2025-03-10 03:14:48 +01:00
13 lines
241 B
PHP
13 lines
241 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorConpherenceWidgetVisibleSetting
|
||
|
extends PhabricatorInternalSetting {
|
||
|
|
||
|
const SETTINGKEY = 'conpherence-widget';
|
||
|
|
||
|
public function getSettingName() {
|
||
|
return pht('Conpherence Widget Pane Visible');
|
||
|
}
|
||
|
|
||
|
}
|