mirror of
https://we.phorge.it/source/phorge.git
synced 2025-02-03 10:28:23 +01:00
13 lines
247 B
PHP
13 lines
247 B
PHP
|
<?php
|
||
|
|
||
|
final class PhabricatorConpherenceColumnMinimizeSetting
|
||
|
extends PhabricatorInternalSetting {
|
||
|
|
||
|
const SETTINGKEY = 'conpherence-minimize-column';
|
||
|
|
||
|
public function getSettingName() {
|
||
|
return pht('Conpherence Column Minimize');
|
||
|
}
|
||
|
|
||
|
}
|