Skip to content

Commit

Permalink
Merge branch 'main' of github.com:cerebrate-project/cerebrate
Browse files Browse the repository at this point in the history
  • Loading branch information
iglocska committed Apr 9, 2024
2 parents 4657fea + e9a79c5 commit b2eb86d
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,8 @@ protected function generateSettingsConfiguration()
'description' => __('The debug level of the instance'),
'default' => 0,
'options' => [
0 => __('Debug Off'),
1 => __('Debug On'),
2 => __('Debug On + SQL Dump'),
false => __('Debug Off'),
true => __('Debug On'),
],
'test' => function ($value, $setting, $validator) {
$validator->range('value', [0, 2]);
Expand Down

0 comments on commit b2eb86d

Please sign in to comment.