mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-12 08:36:13 +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');
|
||
|
}
|
||
|
|
||
|
}
|