Merge branch 'main' of github.com:cerebrate-project/cerebrate
commit
b2eb86d659
|
@ -316,9 +316,8 @@ class CerebrateSettingsProvider extends BaseSettingsProvider
|
||||||
'description' => __('The debug level of the instance'),
|
'description' => __('The debug level of the instance'),
|
||||||
'default' => 0,
|
'default' => 0,
|
||||||
'options' => [
|
'options' => [
|
||||||
0 => __('Debug Off'),
|
false => __('Debug Off'),
|
||||||
1 => __('Debug On'),
|
true => __('Debug On'),
|
||||||
2 => __('Debug On + SQL Dump'),
|
|
||||||
],
|
],
|
||||||
'test' => function ($value, $setting, $validator) {
|
'test' => function ($value, $setting, $validator) {
|
||||||
$validator->range('value', [0, 2]);
|
$validator->range('value', [0, 2]);
|
||||||
|
|
Loading…
Reference in New Issue